|
514 | 514 | </Button.KeyboardAccelerators>
|
515 | 515 | </Button>
|
516 | 516 |
|
517 |
| - <Button |
518 |
| - x:Name="OngoingTasks" |
519 |
| - Width="36" |
520 |
| - Height="32" |
521 |
| - Padding="0" |
522 |
| - AccessKey="T" |
523 |
| - AutomationProperties.Name="{helpers:ResourceString Name=OngoingTasks}" |
524 |
| - Background="Transparent" |
525 |
| - Style="{StaticResource ToolBarButtonStyle}" |
526 |
| - ToolTipService.ToolTip="{helpers:ResourceString Name=OngoingTasks}" |
527 |
| - Visibility="{x:Bind OngoingTasksViewModel.AnyBannersPresent, Mode=OneWay}"> |
528 |
| - <Button.Content> |
529 |
| - <Grid> |
530 |
| - <FontIcon |
531 |
| - x:Name="OngoingTasksFontIcon" |
532 |
| - FontSize="16" |
533 |
| - Glyph="" /> |
534 |
| - <muxc:ProgressRing |
535 |
| - x:Name="MedianOperationProgressRing" |
536 |
| - Width="28" |
537 |
| - Height="28" |
538 |
| - HorizontalAlignment="Center" |
539 |
| - VerticalAlignment="Center" |
540 |
| - x:Load="{x:Bind OngoingTasksViewModel.AnyOperationsOngoing, Mode=OneWay}" |
541 |
| - IsIndeterminate="False" |
542 |
| - Value="{x:Bind OngoingTasksViewModel.MedianOperationProgressValue, Mode=OneWay}" /> |
543 |
| - </Grid> |
544 |
| - </Button.Content> |
545 |
| - <Button.Flyout> |
546 |
| - <Flyout contract8Present:ShouldConstrainToRootBounds="False" AutomationProperties.Name="{helpers:ResourceString Name=OngoingTasks}"> |
547 |
| - <uc:OngoingTasksFlyout |
548 |
| - x:Name="OngoingTasksControl" |
549 |
| - Width="300" |
550 |
| - MinHeight="300" |
551 |
| - MaxHeight="400" |
552 |
| - x:FieldModifier="public" |
553 |
| - IsTabStop="True" |
554 |
| - OngoingTasksViewModel="{x:Bind OngoingTasksViewModel}" /> |
555 |
| - </Flyout> |
556 |
| - </Button.Flyout> |
557 |
| - </Button> |
558 |
| - <muxc:InfoBadge |
559 |
| - x:Name="StatusInfoBadge" |
560 |
| - HorizontalAlignment="Right" |
561 |
| - VerticalAlignment="Top" |
562 |
| - Value="{x:Bind OngoingTasksViewModel.InfoBadgeValue, Mode=OneWay}" /> |
| 517 | + <Grid Visibility="{x:Bind OngoingTasksViewModel.AnyBannersPresent, Mode=OneWay}"> |
| 518 | + <Button |
| 519 | + x:Name="OngoingTasks" |
| 520 | + Width="36" |
| 521 | + Height="32" |
| 522 | + Padding="0" |
| 523 | + AccessKey="T" |
| 524 | + AutomationProperties.Name="{helpers:ResourceString Name=OngoingTasks}" |
| 525 | + Background="Transparent" |
| 526 | + Style="{StaticResource ToolBarButtonStyle}" |
| 527 | + ToolTipService.ToolTip="{helpers:ResourceString Name=OngoingTasks}"> |
| 528 | + <Button.Content> |
| 529 | + <Grid> |
| 530 | + <FontIcon |
| 531 | + x:Name="OngoingTasksFontIcon" |
| 532 | + FontSize="16" |
| 533 | + Glyph="" /> |
| 534 | + <muxc:ProgressRing |
| 535 | + x:Name="MedianOperationProgressRing" |
| 536 | + Width="28" |
| 537 | + Height="28" |
| 538 | + HorizontalAlignment="Center" |
| 539 | + VerticalAlignment="Center" |
| 540 | + x:Load="{x:Bind OngoingTasksViewModel.AnyOperationsOngoing, Mode=OneWay}" |
| 541 | + IsIndeterminate="False" |
| 542 | + Value="{x:Bind OngoingTasksViewModel.MedianOperationProgressValue, Mode=OneWay}" /> |
| 543 | + </Grid> |
| 544 | + </Button.Content> |
| 545 | + <Button.Flyout> |
| 546 | + <Flyout contract8Present:ShouldConstrainToRootBounds="False" AutomationProperties.Name="{helpers:ResourceString Name=OngoingTasks}"> |
| 547 | + <uc:OngoingTasksFlyout |
| 548 | + x:Name="OngoingTasksControl" |
| 549 | + Width="300" |
| 550 | + MinHeight="300" |
| 551 | + MaxHeight="400" |
| 552 | + x:FieldModifier="public" |
| 553 | + IsTabStop="True" |
| 554 | + OngoingTasksViewModel="{x:Bind OngoingTasksViewModel}" /> |
| 555 | + </Flyout> |
| 556 | + </Button.Flyout> |
| 557 | + </Button> |
| 558 | + <muxc:InfoBadge |
| 559 | + x:Name="StatusInfoBadge" |
| 560 | + HorizontalAlignment="Right" |
| 561 | + VerticalAlignment="Top" |
| 562 | + Value="{x:Bind OngoingTasksViewModel.InfoBadgeValue, Mode=OneWay}" /> |
| 563 | + </Grid> |
563 | 564 |
|
564 | 565 | <Button
|
565 | 566 | x:Name="SettingsButton"
|
|
0 commit comments