|
273 | 273 | IsEnabled="{x:Bind Commands.NavigateBack.IsExecutable, Mode=OneWay}" |
274 | 274 | Style="{StaticResource AddressToolbarButtonStyle}" |
275 | 275 | ToolTipService.ToolTip="{x:Bind Commands.NavigateBack.LabelWithHotKey, Mode=OneWay}"> |
276 | | - <FontIcon FontSize="14" Glyph="{x:Bind Commands.NavigateBack.Glyph.BaseGlyph}" /> |
| 276 | + <FontIcon FontSize="14" Glyph="{x:Bind Commands.NavigateBack.Glyph.BaseGlyph, Mode=OneTime}" /> |
277 | 277 | <Button.ContextFlyout> |
278 | 278 | <MenuFlyout |
279 | 279 | x:Name="BackHistoryFlyout" |
|
303 | 303 | IsEnabled="{x:Bind Commands.NavigateForward.IsExecutable, Mode=OneWay}" |
304 | 304 | Style="{StaticResource AddressToolbarButtonStyle}" |
305 | 305 | ToolTipService.ToolTip="{x:Bind Commands.NavigateForward.LabelWithHotKey, Mode=OneWay}"> |
306 | | - <FontIcon FontSize="14" Glyph="{x:Bind Commands.NavigateForward.Glyph.BaseGlyph}" /> |
| 306 | + <FontIcon FontSize="14" Glyph="{x:Bind Commands.NavigateForward.Glyph.BaseGlyph, Mode=OneTime}" /> |
307 | 307 | <Button.ContextFlyout> |
308 | 308 | <MenuFlyout |
309 | 309 | x:Name="ForwardHistoryFlyout" |
|
333 | 333 | IsEnabled="{x:Bind Commands.NavigateUp.IsExecutable, Mode=OneWay}" |
334 | 334 | Style="{StaticResource AddressToolbarButtonStyle}" |
335 | 335 | ToolTipService.ToolTip="{x:Bind Commands.NavigateUp.LabelWithHotKey, Mode=OneWay}"> |
336 | | - <FontIcon FontSize="14" Glyph="{x:Bind Commands.NavigateUp.Glyph.BaseGlyph}" /> |
| 336 | + <FontIcon FontSize="14" Glyph="{x:Bind Commands.NavigateUp.Glyph.BaseGlyph, Mode=OneTime}" /> |
337 | 337 | </Button> |
338 | 338 |
|
339 | 339 | <Button |
|
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=OneTime}" /> |
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=OneTime}" /> |
362 | 362 | </Button> |
363 | 363 | </StackPanel> |
364 | 364 |
|
|
484 | 484 | Style="{StaticResource AddressToolbarButtonStyle}" |
485 | 485 | ToolTipService.ToolTip="{x:Bind Commands.Search.LabelWithHotKey, Mode=OneWay}" |
486 | 486 | Visibility="Collapsed"> |
487 | | - <FontIcon FontSize="14" Glyph="{x:Bind ViewModel.SearchButtonGlyph}" /> |
| 487 | + <FontIcon FontSize="14" Glyph="{x:Bind ViewModel.SearchButtonGlyph, Mode=OneTime}" /> |
488 | 488 | </Button> |
489 | 489 |
|
490 | 490 | <!-- Shelf Pane --> |
|
0 commit comments