summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls/ControlGalleryPages
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2016-04-26 09:20:55 -0600
committerRui Marinho <me@ruimarinho.net>2016-04-26 11:20:55 -0400
commit9ae4ea3c82444561353eb77bf746f96cdbfb4583 (patch)
tree32ee282cbb9ed796f67486222a43a4fe654f3b5e /Xamarin.Forms.Controls/ControlGalleryPages
parent8fd53765e6d80f39e4f967a083cff85c29cb19ef (diff)
downloadxamarin-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/ControlGalleryPages')
-rw-r--r--Xamarin.Forms.Controls/ControlGalleryPages/BehaviorsAndTriggers.xaml.cs1
-rw-r--r--Xamarin.Forms.Controls/ControlGalleryPages/CellForceUpdateSizeGalleryPage.cs1
-rw-r--r--Xamarin.Forms.Controls/ControlGalleryPages/ListViewSelectionColor.cs1
3 files changed, 3 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
{