summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.UAP/MasterDetailPageRenderer.cs
diff options
context:
space:
mode:
authorSamantha Houts <samhouts@users.noreply.github.com>2017-05-10 10:20:57 -0700
committerRui Marinho <me@ruimarinho.net>2017-05-10 18:20:57 +0100
commit4e83b8ee0fa9274a1183ca41117eb91df825e341 (patch)
tree436861be93dbf5760c4c00411d80d2668378f4b4 /Xamarin.Forms.Platform.UAP/MasterDetailPageRenderer.cs
parentc1fbfae03ca04dd70a31a00042c745658cc8bd97 (diff)
downloadxamarin-forms-4e83b8ee0fa9274a1183ca41117eb91df825e341.tar.gz
xamarin-forms-4e83b8ee0fa9274a1183ca41117eb91df825e341.tar.bz2
xamarin-forms-4e83b8ee0fa9274a1183ca41117eb91df825e341.zip
[All] Rename Accessibility -> AutomationProperties (#912)
* [All] Renamed Accessibility -> AutomationProperties * Update docs * Restore doc summaries * Revert unintended csproj changes
Diffstat (limited to 'Xamarin.Forms.Platform.UAP/MasterDetailPageRenderer.cs')
-rw-r--r--Xamarin.Forms.Platform.UAP/MasterDetailPageRenderer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.UAP/MasterDetailPageRenderer.cs b/Xamarin.Forms.Platform.UAP/MasterDetailPageRenderer.cs
index 39435ae4..5d358c8d 100644
--- a/Xamarin.Forms.Platform.UAP/MasterDetailPageRenderer.cs
+++ b/Xamarin.Forms.Platform.UAP/MasterDetailPageRenderer.cs
@@ -148,7 +148,7 @@ namespace Xamarin.Forms.Platform.UWP
UpdateIsPresented();
if (!string.IsNullOrEmpty(e.NewElement.AutomationId))
- Control.SetValue(AutomationProperties.AutomationIdProperty, e.NewElement.AutomationId);
+ Control.SetValue(Windows.UI.Xaml.Automation.AutomationProperties.AutomationIdProperty, e.NewElement.AutomationId);
((ITitleProvider)this).BarBackgroundBrush = (Brush)Windows.UI.Xaml.Application.Current.Resources["SystemControlBackgroundChromeMediumLowBrush"];
UpdateToolbarPlacement();