From 925fc0aa588a060eb23fa16c1d225dd030012c23 Mon Sep 17 00:00:00 2001 From: Samantha Houts Date: Fri, 17 Jun 2016 03:10:18 -0700 Subject: Prep Cell & friends for removal of InternalsVisibleTo (#142) * Prep Cell & friends for removal of InternalsVisibleTo Includes: - Cell - EntryCell - ListView - MenuItem - TableView - ViewCell - Toolbar Moved extensions to Internal & removed TPH * Update docs * [Controls] Ignore Issue2411 on iOS <9 * [Controls] Formatting for Issue2411 --- Xamarin.Forms.Platform.WinRT/Platform.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Xamarin.Forms.Platform.WinRT/Platform.cs') diff --git a/Xamarin.Forms.Platform.WinRT/Platform.cs b/Xamarin.Forms.Platform.WinRT/Platform.cs index 268806ad..99e51e42 100644 --- a/Xamarin.Forms.Platform.WinRT/Platform.cs +++ b/Xamarin.Forms.Platform.WinRT/Platform.cs @@ -11,6 +11,7 @@ using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Controls.Primitives; using Windows.UI.Xaml.Media; using Windows.UI.Xaml.Media.Animation; +using Xamarin.Forms.Internals; #if WINDOWS_UWP using Windows.Foundation; -- cgit v1.2.3