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.UAP/TabbedPageRenderer.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Xamarin.Forms.Platform.UAP') diff --git a/Xamarin.Forms.Platform.UAP/TabbedPageRenderer.cs b/Xamarin.Forms.Platform.UAP/TabbedPageRenderer.cs index 7a9f1813..0e6ce0b4 100644 --- a/Xamarin.Forms.Platform.UAP/TabbedPageRenderer.cs +++ b/Xamarin.Forms.Platform.UAP/TabbedPageRenderer.cs @@ -6,6 +6,7 @@ using Windows.UI.Xaml; using Windows.UI.Xaml.Automation; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Media; +using Xamarin.Forms.Internals; namespace Xamarin.Forms.Platform.UWP { -- cgit v1.2.3