From ab1f669f9f87bc0c9823929e6497bc3b1a4018d6 Mon Sep 17 00:00:00 2001 From: Samantha Houts Date: Wed, 10 May 2017 10:20:57 -0700 Subject: [All] Rename Accessibility -> AutomationProperties (#912) * [All] Renamed Accessibility -> AutomationProperties * Update docs * Restore doc summaries * Revert unintended csproj changes --- Xamarin.Forms.Platform.WinRT.Phone/TabbedPageRenderer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Xamarin.Forms.Platform.WinRT.Phone') diff --git a/Xamarin.Forms.Platform.WinRT.Phone/TabbedPageRenderer.cs b/Xamarin.Forms.Platform.WinRT.Phone/TabbedPageRenderer.cs index aa260d50..3e121a03 100644 --- a/Xamarin.Forms.Platform.WinRT.Phone/TabbedPageRenderer.cs +++ b/Xamarin.Forms.Platform.WinRT.Phone/TabbedPageRenderer.cs @@ -109,7 +109,7 @@ namespace Xamarin.Forms.Platform.WinRT element.PropertyChanged += OnElementPropertyChanged; if (!string.IsNullOrEmpty(element.AutomationId)) - Control.SetValue(AutomationProperties.AutomationIdProperty, element.AutomationId); + Control.SetValue(Windows.UI.Xaml.Automation.AutomationProperties.AutomationIdProperty, element.AutomationId); } OnElementChanged(new VisualElementChangedEventArgs(oldElement, element)); -- cgit v1.2.3