|
267 | 267 | x:Name="Back" |
268 | 268 | AccessKey="B" |
269 | 269 | AccessKeyInvoked="Button_AccessKeyInvoked" |
270 | | - AutomationProperties.FullDescription="{x:Bind Commands.NavigateBack.Description, Mode=OneWay}" |
271 | | - AutomationProperties.Name="{x:Bind Commands.NavigateBack.Label, Mode=OneWay}" |
| 270 | + AutomationProperties.FullDescription="{x:Bind Commands.NavigateBack.Description}" |
| 271 | + AutomationProperties.Name="{x:Bind Commands.NavigateBack.Label}" |
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, Mode=OneWay}" |
301 | | - AutomationProperties.Name="{x:Bind Commands.NavigateForward.Label, Mode=OneWay}" |
| 300 | + AutomationProperties.FullDescription="{x:Bind Commands.NavigateForward.Description}" |
| 301 | + AutomationProperties.Name="{x:Bind Commands.NavigateForward.Label}" |
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, Mode=OneWay}" |
331 | | - AutomationProperties.Name="{x:Bind Commands.NavigateUp.Label, Mode=OneWay}" |
| 330 | + AutomationProperties.FullDescription="{x:Bind Commands.NavigateUp.Description}" |
| 331 | + AutomationProperties.Name="{x:Bind Commands.NavigateUp.Label}" |
332 | 332 | Command="{x:Bind Commands.NavigateUp, Mode=OneWay}" |
333 | 333 | IsEnabled="{x:Bind Commands.NavigateUp.IsExecutable, Mode=OneWay}" |
334 | 334 | Style="{StaticResource AddressToolbarButtonStyle}" |
|
345 | 345 | IsEnabled="{x:Bind Commands.RefreshItems.IsExecutable, Mode=OneWay}" |
346 | 346 | Style="{StaticResource AddressToolbarButtonStyle}" |
347 | 347 | ToolTipService.ToolTip="{x:Bind Commands.RefreshItems.LabelWithHotKey, Mode=OneWay}"> |
348 | | - <FontIcon FontSize="14" Glyph="{x:Bind Commands.RefreshItems.Glyph.BaseGlyph}" /> |
| 348 | + <FontIcon FontSize="14" Glyph="{x:Bind Commands.RefreshItems.Glyph.BaseGlyph, Mode=OneWay}" /> |
349 | 349 | </Button> |
350 | 350 |
|
351 | 351 | <Button |
|
358 | 358 | IsEnabled="{x:Bind Commands.NavigateHome.IsExecutable, Mode=OneWay}" |
359 | 359 | Style="{StaticResource AddressToolbarButtonStyle}" |
360 | 360 | ToolTipService.ToolTip="{x:Bind Commands.NavigateHome.LabelWithHotKey, Mode=OneWay}"> |
361 | | - <FontIcon FontSize="14" Glyph="{x:Bind Commands.NavigateHome.Glyph.BaseGlyph}" /> |
| 361 | + <FontIcon FontSize="14" Glyph="{x:Bind Commands.NavigateHome.Glyph.BaseGlyph, Mode=OneWay}" /> |
362 | 362 | </Button> |
363 | 363 | </StackPanel> |
364 | 364 |
|
|
478 | 478 | x:Name="ShowSearchButton" |
479 | 479 | AccessKey="I" |
480 | 480 | AccessKeyInvoked="Button_AccessKeyInvoked" |
481 | | - AutomationProperties.Name="{x:Bind Commands.Search.Label, Mode=OneWay}" |
| 481 | + AutomationProperties.Name="{x:Bind Commands.Search.Label}" |
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, Mode=OneWay}" |
| 498 | + AutomationProperties.Name="{x:Bind Commands.ToggleShelfPane.Label}" |
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, Mode=OneWay}" |
| 612 | + AutomationProperties.Name="{x:Bind Commands.OpenReleaseNotes.Label}" |
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