|
267 | 267 | x:Name="Back" |
268 | 268 | AccessKey="B" |
269 | 269 | AccessKeyInvoked="Button_AccessKeyInvoked" |
270 | | - AutomationProperties.FullDescription="{x:Bind Commands.NavigateBack.Description}" |
271 | | - AutomationProperties.Name="{x:Bind Commands.NavigateBack.Label}" |
| 270 | + AutomationProperties.FullDescription="{x:Bind Commands.NavigateBack.Description, Mode=OneWay}" |
| 271 | + AutomationProperties.Name="{x:Bind Commands.NavigateBack.Label, Mode=OneWay}" |
272 | 272 | Command="{x:Bind Commands.NavigateBack, Mode=OneWay}" |
273 | 273 | IsEnabled="{x:Bind Commands.NavigateBack.IsExecutable, Mode=OneWay}" |
274 | 274 | Style="{StaticResource AddressToolbarButtonStyle}" |
|
297 | 297 | x:Name="Forward" |
298 | 298 | AccessKey="F" |
299 | 299 | AccessKeyInvoked="Button_AccessKeyInvoked" |
300 | | - AutomationProperties.FullDescription="{x:Bind Commands.NavigateForward.Description}" |
301 | | - AutomationProperties.Name="{x:Bind Commands.NavigateForward.Label}" |
| 300 | + AutomationProperties.FullDescription="{x:Bind Commands.NavigateForward.Description, Mode=OneWay}" |
| 301 | + AutomationProperties.Name="{x:Bind Commands.NavigateForward.Label, Mode=OneWay}" |
302 | 302 | Command="{x:Bind Commands.NavigateForward, Mode=OneWay}" |
303 | 303 | IsEnabled="{x:Bind Commands.NavigateForward.IsExecutable, Mode=OneWay}" |
304 | 304 | Style="{StaticResource AddressToolbarButtonStyle}" |
|
327 | 327 | x:Name="Up" |
328 | 328 | AccessKey="U" |
329 | 329 | AccessKeyInvoked="Button_AccessKeyInvoked" |
330 | | - AutomationProperties.FullDescription="{x:Bind Commands.NavigateUp.Description}" |
331 | | - AutomationProperties.Name="{x:Bind Commands.NavigateUp.Label}" |
| 330 | + AutomationProperties.FullDescription="{x:Bind Commands.NavigateUp.Description, Mode=OneWay}" |
| 331 | + AutomationProperties.Name="{x:Bind Commands.NavigateUp.Label, Mode=OneWay}" |
332 | 332 | Command="{x:Bind Commands.NavigateUp, Mode=OneWay}" |
333 | 333 | IsEnabled="{x:Bind Commands.NavigateUp.IsExecutable, Mode=OneWay}" |
334 | 334 | Style="{StaticResource AddressToolbarButtonStyle}" |
|
340 | 340 | x:Name="Refresh" |
341 | 341 | AccessKey="R" |
342 | 342 | AccessKeyInvoked="Button_AccessKeyInvoked" |
343 | | - AutomationProperties.Name="{x:Bind Commands.RefreshItems.Label}" |
| 343 | + AutomationProperties.Name="{x:Bind Commands.RefreshItems.Label, Mode=OneWay}" |
344 | 344 | Command="{x:Bind Commands.RefreshItems, Mode=OneWay}" |
345 | 345 | IsEnabled="{x:Bind Commands.RefreshItems.IsExecutable, Mode=OneWay}" |
346 | 346 | Style="{StaticResource AddressToolbarButtonStyle}" |
|
353 | 353 | x:Load="{x:Bind ViewModel.ShowHomeButton, Mode=OneWay}" |
354 | 354 | AccessKey="H" |
355 | 355 | AccessKeyInvoked="Button_AccessKeyInvoked" |
356 | | - AutomationProperties.Name="{x:Bind Commands.NavigateHome.Label}" |
| 356 | + AutomationProperties.Name="{x:Bind Commands.NavigateHome.Label, Mode=OneWay}" |
357 | 357 | Command="{x:Bind Commands.NavigateHome, Mode=OneWay}" |
358 | 358 | IsEnabled="{x:Bind Commands.NavigateHome.IsExecutable, Mode=OneWay}" |
359 | 359 | Style="{StaticResource AddressToolbarButtonStyle}" |
|
478 | 478 | x:Name="ShowSearchButton" |
479 | 479 | AccessKey="I" |
480 | 480 | AccessKeyInvoked="Button_AccessKeyInvoked" |
481 | | - AutomationProperties.Name="{x:Bind Commands.Search.Label}" |
| 481 | + AutomationProperties.Name="{x:Bind Commands.Search.Label, Mode=OneWay}" |
482 | 482 | Command="{x:Bind Commands.Search, Mode=OneWay}" |
483 | 483 | IsEnabled="{x:Bind Commands.Search.IsExecutable, Mode=OneWay}" |
484 | 484 | Style="{StaticResource AddressToolbarButtonStyle}" |
|
495 | 495 | Padding="0" |
496 | 496 | x:Load="{x:Bind ViewModel.ShowShelfPaneToggleButton, Mode=OneWay}" |
497 | 497 | AccessKeyInvoked="Button_AccessKeyInvoked" |
498 | | - AutomationProperties.Name="{x:Bind Commands.ToggleShelfPane.Label}" |
| 498 | + AutomationProperties.Name="{x:Bind Commands.ToggleShelfPane.Label, Mode=OneWay}" |
499 | 499 | Background="Transparent" |
500 | 500 | BorderBrush="Transparent" |
501 | 501 | IsChecked="{x:Bind Commands.ToggleShelfPane.IsOn, Mode=TwoWay}" |
|
609 | 609 | x:Load="{x:Bind ViewModel.IsAppUpdated, Mode=OneWay}" |
610 | 610 | AccessKey="2" |
611 | 611 | AccessKeyInvoked="Button_AccessKeyInvoked" |
612 | | - AutomationProperties.Name="{x:Bind Commands.OpenReleaseNotes.Label}" |
| 612 | + AutomationProperties.Name="{x:Bind Commands.OpenReleaseNotes.Label, Mode=OneWay}" |
613 | 613 | Command="{x:Bind Commands.OpenReleaseNotes, Mode=OneWay}" |
614 | 614 | Style="{StaticResource AddressToolbarButtonStyle}" |
615 | 615 | ToolTipService.ToolTip="{x:Bind Commands.OpenReleaseNotes.LabelWithHotKey, Mode=OneWay}" |
|
0 commit comments