Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Bucyk <anbucyk@microsoft.com>2019-02-26 19:28:38 +0300
committerEric Maupin <me@ermau.com>2019-02-26 19:28:38 +0300
commit5e9aefc24f558f731c327b48febb7c76b53317d3 (patch)
tree55d337d0b2531b56af5697378b1a6d721435825c /Xamarin.PropertyEditing.Windows
parent188bdd4e8d3f200b5506ae473743cdf8a0aa0872 (diff)
Bind the automation property name for the CollectionEditor launch button to the name of the PropertyEditorControl to satisfy MAS 4.1.2 (#547)
Diffstat (limited to 'Xamarin.PropertyEditing.Windows')
-rw-r--r--Xamarin.PropertyEditing.Windows/Themes/Resources.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.PropertyEditing.Windows/Themes/Resources.xaml b/Xamarin.PropertyEditing.Windows/Themes/Resources.xaml
index 33c9087..6c430b9 100644
--- a/Xamarin.PropertyEditing.Windows/Themes/Resources.xaml
+++ b/Xamarin.PropertyEditing.Windows/Themes/Resources.xaml
@@ -1499,7 +1499,7 @@
</Grid.ColumnDefinitions>
<TextBlock Text="{x:Static prop:Resources.CollectionValue}" Grid.Column="0" />
- <Button Name="launch" Content="{x:Static prop:Resources.Ellipsis}" MinWidth="20" Grid.Column="1" />
+ <Button Name="launch" AutomationProperties.Name="{Binding Name}" Content="{x:Static prop:Resources.Ellipsis}" MinWidth="20" Grid.Column="1" />
</Grid>
</ControlTemplate>
</Setter.Value>