diff --git a/Sample Applications/WPFGallery/Controls/HeaderTile.xaml b/Sample Applications/WPFGallery/Controls/HeaderTile.xaml index e6d449458..ec3caf906 100644 --- a/Sample Applications/WPFGallery/Controls/HeaderTile.xaml +++ b/Sample Applications/WPFGallery/Controls/HeaderTile.xaml @@ -14,9 +14,14 @@ VerticalAlignment="Stretch" HorizontalContentAlignment="Stretch" VerticalContentAlignment="Stretch" - AutomationProperties.Name="{Binding Title, RelativeSource={RelativeSource AncestorType=local:HeaderTile}}" Click="RootButton_Click" Padding="24"> + + + + + + diff --git a/Sample Applications/WPFGallery/Resources/Templates.xaml b/Sample Applications/WPFGallery/Resources/Templates.xaml index cac57580c..65014447c 100644 --- a/Sample Applications/WPFGallery/Resources/Templates.xaml +++ b/Sample Applications/WPFGallery/Resources/Templates.xaml @@ -16,9 +16,14 @@ Margin="7" Padding="20,10" HorizontalContentAlignment="Left" - AutomationProperties.Name="{Binding Title, StringFormat='{}{0}Page'}" Command="{Binding ViewModel.NavigateCommand, RelativeSource={RelativeSource AncestorType={x:Type Page}}}" CommandParameter="{Binding PageType}"> + + + + + +