|
640 | 640 | Spacing="16"> |
641 | 641 | <ToggleButton |
642 | 642 | Padding="8" |
643 | | - AutomationProperties.Name="TestToggle1" |
| 643 | + AutomationProperties.Name="TestToggleButton1" |
644 | 644 | IsChecked="{x:Bind TestToggleSwitch.IsOn, Mode=OneWay}"> |
645 | 645 | <controls:ThemedIcon |
646 | 646 | IconType="Layered" |
|
649 | 649 | </ToggleButton> |
650 | 650 | <ToggleButton |
651 | 651 | Padding="8" |
652 | | - AutomationProperties.Name="TestToggle2" |
| 652 | + AutomationProperties.Name="TestToggleButton2" |
653 | 653 | IsChecked="{x:Bind TestToggleSwitch.IsOn, Mode=OneWay}"> |
654 | 654 | <controls:ThemedIcon |
655 | 655 | IsFilled="True" |
|
658 | 658 | </ToggleButton> |
659 | 659 | <ToggleButton |
660 | 660 | Padding="8" |
661 | | - AutomationProperties.Name="TestToggle3" |
| 661 | + AutomationProperties.Name="TestToggleButton3" |
662 | 662 | IsChecked="{x:Bind TestToggleSwitch.IsOn, Mode=OneWay}"> |
663 | 663 | <controls:ThemedIcon |
664 | 664 | IconType="Outline" |
|
686 | 686 | Spacing="16"> |
687 | 687 | <AppBarButton |
688 | 688 | HighContrastAdjustment="None" |
| 689 | + AutomationProperties.Name="TestAppBarToggle0-1" |
689 | 690 | Label="Layered" |
690 | 691 | LabelPosition="Default"> |
691 | 692 | <AppBarButton.Content> |
|
695 | 696 |
|
696 | 697 | <AppBarToggleButton |
697 | 698 | HighContrastAdjustment="None" |
| 699 | + AutomationProperties.Name="TestAppBarToggle0-2" |
698 | 700 | IsChecked="True" |
699 | 701 | Label="Layered Toggle" |
700 | 702 | LabelPosition="Default"> |
|
705 | 707 |
|
706 | 708 | <AppBarButton |
707 | 709 | x:Name="OffAppBarButtonDisable" |
| 710 | + AutomationProperties.Name="TestAppBarToggle0-3" |
708 | 711 | HighContrastAdjustment="None" |
709 | 712 | IsEnabled="{x:Bind EnabledToggle.IsOn, Mode=TwoWay}" |
710 | 713 | Label="Disabled" |
|
716 | 719 |
|
717 | 720 | <AppBarToggleButton |
718 | 721 | HighContrastAdjustment="None" |
| 722 | + AutomationProperties.Name="TestAppBarToggle0-4" |
719 | 723 | IsChecked="True" |
720 | 724 | IsEnabled="{x:Bind EnabledToggle.IsOn, Mode=TwoWay}" |
721 | 725 | Label="Layered Toggled Disabled" |
|
733 | 737 | Spacing="16"> |
734 | 738 | <AppBarButton |
735 | 739 | HighContrastAdjustment="None" |
| 740 | + AutomationProperties.Name="TestAppBarToggle1-1" |
736 | 741 | Label="Outline" |
737 | 742 | LabelPosition="Default"> |
738 | 743 | <AppBarButton.Content> |
|
742 | 747 |
|
743 | 748 | <AppBarToggleButton |
744 | 749 | HighContrastAdjustment="None" |
| 750 | + AutomationProperties.Name="TestAppBarToggle1-2" |
745 | 751 | IsChecked="True" |
746 | 752 | Label="Outline Toggle" |
747 | 753 | LabelPosition="Default"> |
|
751 | 757 | </AppBarToggleButton> |
752 | 758 |
|
753 | 759 | <AppBarButton |
754 | | - x:Name="OffAppBarButtonDisable2" |
755 | 760 | HighContrastAdjustment="None" |
| 761 | + AutomationProperties.Name="TestAppBarToggle1-3" |
756 | 762 | IsEnabled="{x:Bind EnabledToggle.IsOn, Mode=TwoWay}" |
757 | 763 | Label="Outline Disabled" |
758 | 764 | LabelPosition="Default"> |
|
763 | 769 |
|
764 | 770 | <AppBarToggleButton |
765 | 771 | HighContrastAdjustment="None" |
| 772 | + AutomationProperties.Name="TestAppBarToggle1-4" |
766 | 773 | IsChecked="True" |
767 | 774 | IsEnabled="{x:Bind EnabledToggle.IsOn, Mode=TwoWay}" |
768 | 775 | Label="Outline Toggled Disabled" |
|
856 | 863 | Spacing="16"> |
857 | 864 | <ToggleButton |
858 | 865 | Padding="8" |
859 | | - AutomationProperties.Name="TestToggle1Off" |
| 866 | + AutomationProperties.Name="TestToggle1-Off" |
860 | 867 | IsChecked="{x:Bind OffTestToggleSwitch.IsOn, Mode=OneWay}"> |
861 | 868 | <controls:ThemedIcon |
862 | 869 | IconType="Layered" |
|
865 | 872 | </ToggleButton> |
866 | 873 | <ToggleButton |
867 | 874 | Padding="8" |
868 | | - AutomationProperties.Name="TestToggle2Off" |
| 875 | + AutomationProperties.Name="TestToggle2-Off" |
869 | 876 | IsChecked="{x:Bind OffTestToggleSwitch.IsOn, Mode=OneWay}"> |
870 | 877 | <controls:ThemedIcon |
871 | 878 | IsFilled="True" |
|
874 | 881 | </ToggleButton> |
875 | 882 | <ToggleButton |
876 | 883 | Padding="8" |
877 | | - AutomationProperties.Name="TestToggle3Off" |
| 884 | + AutomationProperties.Name="TestToggle3-Off" |
878 | 885 | IsChecked="{x:Bind OffTestToggleSwitch.IsOn, Mode=OneWay}"> |
879 | 886 | <controls:ThemedIcon |
880 | 887 | IconType="Outline" |
|
883 | 890 | </ToggleButton> |
884 | 891 | <ToggleButton |
885 | 892 | Padding="8" |
886 | | - AutomationProperties.Name="TestToggle4Off" |
| 893 | + AutomationProperties.Name="TestToggle4-Off" |
887 | 894 | IsChecked="{x:Bind OffTestToggleSwitch.IsOn, Mode=OneWay}" |
888 | 895 | IsEnabled="False"> |
889 | 896 | <controls:ThemedIcon |
|
902 | 909 | Spacing="16"> |
903 | 910 | <AppBarButton |
904 | 911 | HighContrastAdjustment="None" |
| 912 | + AutomationProperties.Name="TestAppBarToggle2-1" |
905 | 913 | Label="Layered" |
906 | 914 | LabelPosition="Default"> |
907 | 915 | <AppBarButton.Content> |
|
914 | 922 |
|
915 | 923 | <AppBarToggleButton |
916 | 924 | HighContrastAdjustment="None" |
| 925 | + AutomationProperties.Name="TestAppBarToggle2-2" |
917 | 926 | IsChecked="True" |
918 | 927 | Label="Layered Toggle" |
919 | 928 | LabelPosition="Default"> |
|
926 | 935 | </AppBarToggleButton> |
927 | 936 |
|
928 | 937 | <AppBarButton |
929 | | - x:Name="AppBarButtonDisable" |
930 | 938 | HighContrastAdjustment="None" |
| 939 | + AutomationProperties.Name="TestAppBarToggle2-3" |
931 | 940 | IsEnabled="{x:Bind OffEnabledToggle.IsOn, Mode=TwoWay}" |
932 | 941 | Label="Disabled" |
933 | 942 | LabelPosition="Default"> |
|
941 | 950 |
|
942 | 951 | <AppBarToggleButton |
943 | 952 | HighContrastAdjustment="None" |
| 953 | + AutomationProperties.Name="TestAppBarToggle2-4" |
944 | 954 | IsChecked="True" |
945 | 955 | IsEnabled="{x:Bind OffEnabledToggle.IsOn, Mode=TwoWay}" |
946 | 956 | Label="Layered Toggled Disabled" |
|
961 | 971 | Spacing="16"> |
962 | 972 | <AppBarButton |
963 | 973 | HighContrastAdjustment="None" |
| 974 | + AutomationProperties.Name="TestAppBarToggle3-1" |
964 | 975 | Label="Outline" |
965 | 976 | LabelPosition="Default"> |
966 | 977 | <AppBarButton.Content> |
|
973 | 984 |
|
974 | 985 | <AppBarToggleButton |
975 | 986 | HighContrastAdjustment="None" |
| 987 | + AutomationProperties.Name="TestAppBarToggle3-2" |
976 | 988 | IsChecked="True" |
977 | 989 | Label="Outline Toggle" |
978 | 990 | LabelPosition="Default"> |
|
985 | 997 | </AppBarToggleButton> |
986 | 998 |
|
987 | 999 | <AppBarButton |
988 | | - x:Name="AppBarButtonDisable2" |
989 | 1000 | HighContrastAdjustment="None" |
| 1001 | + AutomationProperties.Name="TestAppBarToggle3-3" |
990 | 1002 | IsEnabled="{x:Bind OffEnabledToggle.IsOn, Mode=TwoWay}" |
991 | 1003 | Label="Outline Disabled" |
992 | 1004 | LabelPosition="Default"> |
|
1000 | 1012 |
|
1001 | 1013 | <AppBarToggleButton |
1002 | 1014 | HighContrastAdjustment="None" |
| 1015 | + AutomationProperties.Name="TestAppBarToggle3-4" |
1003 | 1016 | IsChecked="True" |
1004 | 1017 | IsEnabled="{x:Bind OffEnabledToggle.IsOn, Mode=TwoWay}" |
1005 | 1018 | Label="Outline Toggled Disabled" |
|
0 commit comments