|
48 | 48 | Grid.Column="0" |
49 | 49 | VerticalAlignment="Center" |
50 | 50 | IsChecked="{x:Bind IsChecked, Mode=TwoWay}" |
| 51 | + IsTabStop="False" |
| 52 | + AutomationProperties.AccessibilityView="Raw" |
51 | 53 | /> |
52 | 54 |
|
53 | 55 | <!-- Regular or package icon --> |
|
285 | 287 | HorizontalAlignment="Left" |
286 | 288 | VerticalAlignment="Top" |
287 | 289 | IsChecked="{x:Bind IsChecked, Mode=TwoWay}" |
| 290 | + IsTabStop="False" |
| 291 | + AutomationProperties.AccessibilityView="Raw" |
288 | 292 | /> |
289 | 293 |
|
290 | 294 | <Button |
|
418 | 422 | HorizontalAlignment="Left" |
419 | 423 | VerticalAlignment="Top" |
420 | 424 | IsChecked="{x:Bind IsChecked, Mode=TwoWay}" |
| 425 | + IsTabStop="False" |
| 426 | + AutomationProperties.AccessibilityView="Raw" |
421 | 427 | /> |
422 | 428 | <Button |
423 | 429 | Grid.Row="0" |
|
591 | 597 | VerticalAlignment="Center" |
592 | 598 | Orientation="Horizontal" |
593 | 599 | Spacing="4" |
| 600 | + AutomationProperties.Name="View modes" |
| 601 | + AutomationProperties.LocalizedControlType="grouping" |
594 | 602 | > |
595 | 603 | <widgets:TranslatedTextBlock VerticalAlignment="Center" Text="View mode:" /> |
596 | 604 | <Toolkit:Segmented |
597 | 605 | x:Name="ViewModeSelector" |
598 | 606 | SelectionChanged="ViewModeSelector_SelectionChanged" |
599 | 607 | SelectionMode="Single" |
600 | 608 | > |
601 | | - <Toolkit:SegmentedItem x:Name="Selector_List"> |
| 609 | + <Toolkit:SegmentedItem x:Name="Selector_List" AutomationProperties.Name="List view"> |
602 | 610 | <Toolkit:SegmentedItem.Icon> |
603 | 611 | <FontIcon Glyph="" /> |
604 | 612 | </Toolkit:SegmentedItem.Icon> |
605 | 613 | </Toolkit:SegmentedItem> |
606 | | - <Toolkit:SegmentedItem x:Name="Selector_Grid"> |
| 614 | + <Toolkit:SegmentedItem x:Name="Selector_Grid" AutomationProperties.Name="Grid view"> |
607 | 615 | <Toolkit:SegmentedItem.Icon> |
608 | 616 | <FontIcon Glyph="" /> |
609 | 617 | </Toolkit:SegmentedItem.Icon> |
610 | 618 | </Toolkit:SegmentedItem> |
611 | | - <Toolkit:SegmentedItem x:Name="Selector_Icons"> |
| 619 | + <Toolkit:SegmentedItem x:Name="Selector_Icons" AutomationProperties.Name="Icons view"> |
612 | 620 | <Toolkit:SegmentedItem.Icon> |
613 | 621 | <FontIcon Glyph="" /> |
614 | 622 | </Toolkit:SegmentedItem.Icon> |
|
641 | 649 | <StackPanel x:Name="ToggleFiltersButtonWidth" Margin="0,0,13,0" Orientation="Horizontal"> |
642 | 650 | <ToggleButton |
643 | 651 | x:Name="ToggleFiltersButton" |
| 652 | + AutomationProperties.Name="Toggle filters panel" |
644 | 653 | Grid.Column="0" |
645 | 654 | Height="36" |
646 | 655 | Margin="1,4" |
|
688 | 697 | <StackPanel Grid.Column="1" Orientation="Horizontal"> |
689 | 698 | <Button |
690 | 699 | x:Name="MainToolbarButton" |
| 700 | + AutomationProperties.Name="{x:Bind MainToolbarButtonText.Text, Mode=OneWay}" |
691 | 701 | Height="36" |
692 | 702 | Margin="0,0,1,0" |
693 | 703 | x:FieldModifier="protected" |
|
711 | 721 | </Button> |
712 | 722 | <Button |
713 | 723 | x:Name="MainToolbarButtonDropdown" |
| 724 | + AutomationProperties.Name="More actions" |
714 | 725 | Width="30" |
715 | 726 | Height="36" |
716 | 727 | Padding="4" |
|
728 | 739 | HorizontalAlignment="Left" |
729 | 740 | x:FieldModifier="protected" |
730 | 741 | DefaultLabelPosition="Right" |
| 742 | + IsDynamicOverflowEnabled="False" |
| 743 | + OverflowButtonVisibility="Collapsed" |
731 | 744 | /> |
732 | 745 | </Grid> |
733 | 746 | </Grid> |
|
747 | 760 | PaneClosing="FilteringPanel_PaneClosing" |
748 | 761 | PanePlacement="Left" |
749 | 762 | SizeChanged="FilteringPanel_SizeChanged" |
| 763 | + IsTabStop="False" |
750 | 764 | > |
751 | 765 | <SplitView.Pane> |
752 | 766 | <ScrollViewer |
|
759 | 773 | CornerRadius="0,8,8,0" |
760 | 774 | HorizontalScrollMode="Disabled" |
761 | 775 | SizeChanged="SidepanelWidth_SizeChanged" |
| 776 | + IsTabStop="False" |
762 | 777 | > |
763 | 778 | <Grid Name="SidePanelGrid" RowSpacing="8"> |
764 | 779 | <Grid.RowDefinitions> |
|
887 | 902 | </StackPanel> |
888 | 903 | </Expander.Header> |
889 | 904 | <Expander.Content> |
890 | | - <StackPanel HorizontalAlignment="Stretch" Orientation="Vertical" Spacing="0"> |
| 905 | + <StackPanel HorizontalAlignment="Stretch" Orientation="Vertical" Spacing="0" AutomationProperties.Name="Filter options" AutomationProperties.LocalizedControlType="grouping"> |
891 | 906 | <CheckBox |
892 | 907 | x:Name="InstantSearchCheckbox" |
893 | 908 | x:FieldModifier="protected" |
|
959 | 974 | > |
960 | 975 | <RadioButton |
961 | 976 | x:Name="QueryNameRadio" |
| 977 | + AutomationProperties.Name="Package Name" |
962 | 978 | Height="30" |
963 | 979 | Margin="0,-2,0,-2" |
964 | 980 | x:FieldModifier="protected" |
|
969 | 985 | </RadioButton> |
970 | 986 | <RadioButton |
971 | 987 | x:Name="QueryIdRadio" |
| 988 | + AutomationProperties.Name="Package ID" |
972 | 989 | Height="30" |
973 | 990 | Margin="0,-2,0,-2" |
974 | 991 | x:FieldModifier="protected" |
|
979 | 996 | </RadioButton> |
980 | 997 | <RadioButton |
981 | 998 | x:Name="QueryBothRadio" |
| 999 | + AutomationProperties.Name="Both" |
982 | 1000 | Height="30" |
983 | 1001 | Margin="0,-2,0,-2" |
984 | 1002 | x:FieldModifier="protected" |
|
990 | 1008 | </RadioButton> |
991 | 1009 | <RadioButton |
992 | 1010 | x:Name="QueryExactMatch" |
| 1011 | + AutomationProperties.Name="Exact match" |
993 | 1012 | Height="30" |
994 | 1013 | Margin="0,-2,0,-2" |
995 | 1014 | x:FieldModifier="protected" |
|
1000 | 1019 | </RadioButton> |
1001 | 1020 | <RadioButton |
1002 | 1021 | x:Name="QuerySimilarResultsRadio" |
| 1022 | + AutomationProperties.Name="Show similar packages" |
1003 | 1023 | Height="30" |
1004 | 1024 | Margin="0,-2,0,-2" |
1005 | 1025 | x:FieldModifier="protected" |
|
1070 | 1090 | HorizontalAlignment="Stretch" |
1071 | 1091 | BorderThickness="0" |
1072 | 1092 | CornerRadius="4,0,0,4" |
| 1093 | + IsTabStop="False" |
| 1094 | + AutomationProperties.AccessibilityView="Raw" |
1073 | 1095 | > |
1074 | 1096 | <CheckBox |
1075 | 1097 | Name="SelectAllCheckBox" |
| 1098 | + AutomationProperties.Name="Select all packages" |
1076 | 1099 | Margin="12,4,4,4" |
1077 | 1100 | Checked="SelectAllCheckBox_ValueChanged" |
1078 | 1101 | Unchecked="SelectAllCheckBox_ValueChanged" |
|
1210 | 1233 | Binding="{x:Bind FilteringPanel.OpenPaneLength, Mode=TwoWay}" |
1211 | 1234 | CornerRadius="2" |
1212 | 1235 | Visibility="{x:Bind FilteringPanel.IsPaneOpen, Mode=OneWay}" |
| 1236 | + IsTabStop="False" |
| 1237 | + AutomationProperties.AccessibilityView="Raw" |
1213 | 1238 | > |
1214 | 1239 | <Toolkit:PropertySizer.RenderTransform> |
1215 | 1240 | <TranslateTransform X="0" /> |
|
0 commit comments