diff options
author | E.Z. Hart <hartez@users.noreply.github.com> | 2016-04-26 09:20:55 -0600 |
---|---|---|
committer | Rui Marinho <me@ruimarinho.net> | 2016-04-26 11:20:55 -0400 |
commit | 9ae4ea3c82444561353eb77bf746f96cdbfb4583 (patch) | |
tree | 32ee282cbb9ed796f67486222a43a4fe654f3b5e /Xamarin.Forms.Controls | |
parent | 8fd53765e6d80f39e4f967a083cff85c29cb19ef (diff) | |
download | xamarin-forms-9ae4ea3c82444561353eb77bf746f96cdbfb4583.tar.gz xamarin-forms-9ae4ea3c82444561353eb77bf746f96cdbfb4583.tar.bz2 xamarin-forms-9ae4ea3c82444561353eb77bf746f96cdbfb4583.zip |
Prepare Preserve attribute usage for removal of InternalsVisibleTo (#121)
* Move PreserveAttribute to Internals to prep for removal of InternalsVisibleTo
* Update docs
Diffstat (limited to 'Xamarin.Forms.Controls')
19 files changed, 19 insertions, 0 deletions
diff --git a/Xamarin.Forms.Controls/ControlGalleryPages/BehaviorsAndTriggers.xaml.cs b/Xamarin.Forms.Controls/ControlGalleryPages/BehaviorsAndTriggers.xaml.cs index de9d4d2b..737bb724 100644 --- a/Xamarin.Forms.Controls/ControlGalleryPages/BehaviorsAndTriggers.xaml.cs +++ b/Xamarin.Forms.Controls/ControlGalleryPages/BehaviorsAndTriggers.xaml.cs @@ -1,5 +1,6 @@ using Xamarin.Forms; using System; +using Xamarin.Forms.Internals; namespace Xamarin.Forms.Controls { diff --git a/Xamarin.Forms.Controls/ControlGalleryPages/CellForceUpdateSizeGalleryPage.cs b/Xamarin.Forms.Controls/ControlGalleryPages/CellForceUpdateSizeGalleryPage.cs index 35b29d48..6e64b0d7 100644 --- a/Xamarin.Forms.Controls/ControlGalleryPages/CellForceUpdateSizeGalleryPage.cs +++ b/Xamarin.Forms.Controls/ControlGalleryPages/CellForceUpdateSizeGalleryPage.cs @@ -1,6 +1,7 @@ using System; using System.Collections.Generic; using System.Linq; +using Xamarin.Forms.Internals; namespace Xamarin.Forms.Controls { diff --git a/Xamarin.Forms.Controls/ControlGalleryPages/ListViewSelectionColor.cs b/Xamarin.Forms.Controls/ControlGalleryPages/ListViewSelectionColor.cs index 66a8ad86..e1ce2681 100644 --- a/Xamarin.Forms.Controls/ControlGalleryPages/ListViewSelectionColor.cs +++ b/Xamarin.Forms.Controls/ControlGalleryPages/ListViewSelectionColor.cs @@ -4,6 +4,7 @@ using System.Collections.ObjectModel; using System.Linq; using System.Text; using System.Threading.Tasks; +using Xamarin.Forms.Internals; namespace Xamarin.Forms.Controls { diff --git a/Xamarin.Forms.Controls/CoreGallery.cs b/Xamarin.Forms.Controls/CoreGallery.cs index 99e27601..8a99befe 100644 --- a/Xamarin.Forms.Controls/CoreGallery.cs +++ b/Xamarin.Forms.Controls/CoreGallery.cs @@ -10,6 +10,7 @@ using System.Threading; using System.Threading.Tasks; using Xamarin.Forms.Controls.GalleryPages; using Xamarin.Forms.CustomAttributes; +using Xamarin.Forms.Internals; namespace Xamarin.Forms.Controls { diff --git a/Xamarin.Forms.Controls/CoreGalleryPages/ListViewCoreGalleryPage.cs b/Xamarin.Forms.Controls/CoreGalleryPages/ListViewCoreGalleryPage.cs index ddcd7cef..ab3f1815 100644 --- a/Xamarin.Forms.Controls/CoreGalleryPages/ListViewCoreGalleryPage.cs +++ b/Xamarin.Forms.Controls/CoreGalleryPages/ListViewCoreGalleryPage.cs @@ -7,6 +7,7 @@ using System.Runtime.CompilerServices; using System.Threading; using Xamarin.Forms.CustomAttributes; +using Xamarin.Forms.Internals; namespace Xamarin.Forms.Controls { diff --git a/Xamarin.Forms.Controls/GalleryPages/AbsoluteLayoutGallery.cs b/Xamarin.Forms.Controls/GalleryPages/AbsoluteLayoutGallery.cs index b38798f1..23a2035a 100644 --- a/Xamarin.Forms.Controls/GalleryPages/AbsoluteLayoutGallery.cs +++ b/Xamarin.Forms.Controls/GalleryPages/AbsoluteLayoutGallery.cs @@ -5,6 +5,7 @@ using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Tasks; +using Xamarin.Forms.Internals; namespace Xamarin.Forms.Controls { diff --git a/Xamarin.Forms.Controls/GalleryPages/BoundContentPage.cs b/Xamarin.Forms.Controls/GalleryPages/BoundContentPage.cs index e3051fde..3a38da28 100644 --- a/Xamarin.Forms.Controls/GalleryPages/BoundContentPage.cs +++ b/Xamarin.Forms.Controls/GalleryPages/BoundContentPage.cs @@ -1,6 +1,7 @@ using System; using System.Globalization; using System.Windows.Input; +using Xamarin.Forms.Internals; namespace Xamarin.Forms.Controls { diff --git a/Xamarin.Forms.Controls/GalleryPages/CarouselViewGallery.cs b/Xamarin.Forms.Controls/GalleryPages/CarouselViewGallery.cs index e1e82507..67ea1e12 100644 --- a/Xamarin.Forms.Controls/GalleryPages/CarouselViewGallery.cs +++ b/Xamarin.Forms.Controls/GalleryPages/CarouselViewGallery.cs @@ -5,6 +5,7 @@ using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Collections.ObjectModel; +using Xamarin.Forms.Internals; #if UITEST using Xamarin.UITest; diff --git a/Xamarin.Forms.Controls/GalleryPages/CellTypeList.cs b/Xamarin.Forms.Controls/GalleryPages/CellTypeList.cs index 4298bc81..4f5b8db6 100644 --- a/Xamarin.Forms.Controls/GalleryPages/CellTypeList.cs +++ b/Xamarin.Forms.Controls/GalleryPages/CellTypeList.cs @@ -2,6 +2,7 @@ using System.Diagnostics; using System.Text; using System.Threading.Tasks; +using Xamarin.Forms.Internals; namespace Xamarin.Forms.Controls { diff --git a/Xamarin.Forms.Controls/GalleryPages/CellsGalleries/EntryCellListPage.cs b/Xamarin.Forms.Controls/GalleryPages/CellsGalleries/EntryCellListPage.cs index b70a9f82..89740fb5 100644 --- a/Xamarin.Forms.Controls/GalleryPages/CellsGalleries/EntryCellListPage.cs +++ b/Xamarin.Forms.Controls/GalleryPages/CellsGalleries/EntryCellListPage.cs @@ -1,4 +1,5 @@ using System.Linq; +using Xamarin.Forms.Internals; namespace Xamarin.Forms.Controls { diff --git a/Xamarin.Forms.Controls/GalleryPages/CellsGalleries/ImageCellListPage.cs b/Xamarin.Forms.Controls/GalleryPages/CellsGalleries/ImageCellListPage.cs index 1f58a339..e708647e 100644 --- a/Xamarin.Forms.Controls/GalleryPages/CellsGalleries/ImageCellListPage.cs +++ b/Xamarin.Forms.Controls/GalleryPages/CellsGalleries/ImageCellListPage.cs @@ -1,6 +1,7 @@ using System; using System.Linq; using System.Collections.Generic; +using Xamarin.Forms.Internals; namespace Xamarin.Forms.Controls { diff --git a/Xamarin.Forms.Controls/GalleryPages/CellsGalleries/SwitchCellListPage.cs b/Xamarin.Forms.Controls/GalleryPages/CellsGalleries/SwitchCellListPage.cs index c2502339..799d6989 100644 --- a/Xamarin.Forms.Controls/GalleryPages/CellsGalleries/SwitchCellListPage.cs +++ b/Xamarin.Forms.Controls/GalleryPages/CellsGalleries/SwitchCellListPage.cs @@ -1,4 +1,5 @@ using System.Linq; +using Xamarin.Forms.Internals; namespace Xamarin.Forms.Controls { diff --git a/Xamarin.Forms.Controls/GalleryPages/CellsGalleries/TextCellListPage.cs b/Xamarin.Forms.Controls/GalleryPages/CellsGalleries/TextCellListPage.cs index fbd5e265..2b2761e7 100644 --- a/Xamarin.Forms.Controls/GalleryPages/CellsGalleries/TextCellListPage.cs +++ b/Xamarin.Forms.Controls/GalleryPages/CellsGalleries/TextCellListPage.cs @@ -1,4 +1,5 @@ using System.Linq; +using Xamarin.Forms.Internals; namespace Xamarin.Forms.Controls { diff --git a/Xamarin.Forms.Controls/GalleryPages/ControlTemplatePage.cs b/Xamarin.Forms.Controls/GalleryPages/ControlTemplatePage.cs index 32eb2a19..84492137 100644 --- a/Xamarin.Forms.Controls/GalleryPages/ControlTemplatePage.cs +++ b/Xamarin.Forms.Controls/GalleryPages/ControlTemplatePage.cs @@ -3,6 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; +using Xamarin.Forms.Internals; namespace Xamarin.Forms.Controls.GalleryPages { diff --git a/Xamarin.Forms.Controls/GalleryPages/EditableList.cs b/Xamarin.Forms.Controls/GalleryPages/EditableList.cs index 2a7b1a85..e2265726 100644 --- a/Xamarin.Forms.Controls/GalleryPages/EditableList.cs +++ b/Xamarin.Forms.Controls/GalleryPages/EditableList.cs @@ -1,6 +1,7 @@ using System.Collections.ObjectModel; using System.Windows.Input; using System.Linq; +using Xamarin.Forms.Internals; namespace Xamarin.Forms.Controls { diff --git a/Xamarin.Forms.Controls/GalleryPages/GroupedListContactsGallery.cs b/Xamarin.Forms.Controls/GalleryPages/GroupedListContactsGallery.cs index 68115f9f..c7b0335d 100644 --- a/Xamarin.Forms.Controls/GalleryPages/GroupedListContactsGallery.cs +++ b/Xamarin.Forms.Controls/GalleryPages/GroupedListContactsGallery.cs @@ -3,6 +3,7 @@ using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Text; +using Xamarin.Forms.Internals; namespace Xamarin.Forms.Controls { diff --git a/Xamarin.Forms.Controls/GalleryPages/ListPage.cs b/Xamarin.Forms.Controls/GalleryPages/ListPage.cs index 0eeaf147..5779c977 100644 --- a/Xamarin.Forms.Controls/GalleryPages/ListPage.cs +++ b/Xamarin.Forms.Controls/GalleryPages/ListPage.cs @@ -5,6 +5,7 @@ using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; +using Xamarin.Forms.Internals; namespace Xamarin.Forms.Controls { diff --git a/Xamarin.Forms.Controls/GalleryPages/TemplatedTabbedGallery.cs b/Xamarin.Forms.Controls/GalleryPages/TemplatedTabbedGallery.cs index 014b77e5..a6333e34 100644 --- a/Xamarin.Forms.Controls/GalleryPages/TemplatedTabbedGallery.cs +++ b/Xamarin.Forms.Controls/GalleryPages/TemplatedTabbedGallery.cs @@ -2,6 +2,7 @@ using System.Collections.ObjectModel; using System.ComponentModel; using System.Runtime.CompilerServices; +using Xamarin.Forms.Internals; namespace Xamarin.Forms.Controls { diff --git a/Xamarin.Forms.Controls/ViewContainers/MultiBindingHack.cs b/Xamarin.Forms.Controls/ViewContainers/MultiBindingHack.cs index 4853fd14..84858b08 100644 --- a/Xamarin.Forms.Controls/ViewContainers/MultiBindingHack.cs +++ b/Xamarin.Forms.Controls/ViewContainers/MultiBindingHack.cs @@ -1,5 +1,6 @@ using System.ComponentModel; using System.Runtime.CompilerServices; +using Xamarin.Forms.Internals; namespace Xamarin.Forms.Controls { |