252 references to AutomationControlType
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Dashboard\RenameDashboardAutomationPeer.cs (2)
31
protected override
AutomationControlType
GetAutomationControlTypeCore()
32
=>
AutomationControlType
.Custom;
Microsoft.VisualStudio.LanguageServices (8)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (2)
227
protected override
AutomationControlType
GetAutomationControlTypeCore()
229
return
AutomationControlType
.Group;
Utilities\AutomationDelegatingListView.cs (6)
70
protected override
AutomationControlType
GetAutomationControlTypeCore()
71
=>
AutomationControlType
.List;
139
protected override
AutomationControlType
GetAutomationControlTypeCore()
143
return
AutomationControlType
.CheckBox;
147
return
AutomationControlType
.RadioButton;
151
return
AutomationControlType
.Text;
PresentationCore (51)
System\Windows\Automation\Peers\AutomationPeer.cs (43)
651
abstract protected
AutomationControlType
GetAutomationControlTypeCore();
989
public
AutomationControlType
GetAutomationControlType()
991
AutomationControlType
result;
1701
AutomationControlType
type = GetAutomationControlTypeCore();
1705
case
AutomationControlType
.Button: controlType = ControlType.Button; break;
1706
case
AutomationControlType
.Calendar: controlType = ControlType.Calendar; break;
1707
case
AutomationControlType
.CheckBox: controlType = ControlType.CheckBox; break;
1708
case
AutomationControlType
.ComboBox: controlType = ControlType.ComboBox; break;
1709
case
AutomationControlType
.Edit: controlType = ControlType.Edit; break;
1710
case
AutomationControlType
.Hyperlink: controlType = ControlType.Hyperlink; break;
1711
case
AutomationControlType
.Image: controlType = ControlType.Image; break;
1712
case
AutomationControlType
.ListItem: controlType = ControlType.ListItem; break;
1713
case
AutomationControlType
.List: controlType = ControlType.List; break;
1714
case
AutomationControlType
.Menu: controlType = ControlType.Menu; break;
1715
case
AutomationControlType
.MenuBar: controlType = ControlType.MenuBar; break;
1716
case
AutomationControlType
.MenuItem: controlType = ControlType.MenuItem; break;
1717
case
AutomationControlType
.ProgressBar: controlType = ControlType.ProgressBar; break;
1718
case
AutomationControlType
.RadioButton: controlType = ControlType.RadioButton; break;
1719
case
AutomationControlType
.ScrollBar: controlType = ControlType.ScrollBar; break;
1720
case
AutomationControlType
.Slider: controlType = ControlType.Slider; break;
1721
case
AutomationControlType
.Spinner: controlType = ControlType.Spinner; break;
1722
case
AutomationControlType
.StatusBar: controlType = ControlType.StatusBar; break;
1723
case
AutomationControlType
.Tab: controlType = ControlType.Tab; break;
1724
case
AutomationControlType
.TabItem: controlType = ControlType.TabItem; break;
1725
case
AutomationControlType
.Text: controlType = ControlType.Text; break;
1726
case
AutomationControlType
.ToolBar: controlType = ControlType.ToolBar; break;
1727
case
AutomationControlType
.ToolTip: controlType = ControlType.ToolTip; break;
1728
case
AutomationControlType
.Tree: controlType = ControlType.Tree; break;
1729
case
AutomationControlType
.TreeItem: controlType = ControlType.TreeItem; break;
1730
case
AutomationControlType
.Custom: controlType = ControlType.Custom; break;
1731
case
AutomationControlType
.Group: controlType = ControlType.Group; break;
1732
case
AutomationControlType
.Thumb: controlType = ControlType.Thumb; break;
1733
case
AutomationControlType
.DataGrid: controlType = ControlType.DataGrid; break;
1734
case
AutomationControlType
.DataItem: controlType = ControlType.DataItem; break;
1735
case
AutomationControlType
.Document: controlType = ControlType.Document; break;
1736
case
AutomationControlType
.SplitButton: controlType = ControlType.SplitButton; break;
1737
case
AutomationControlType
.Window: controlType = ControlType.Window; break;
1738
case
AutomationControlType
.Pane: controlType = ControlType.Pane; break;
1739
case
AutomationControlType
.Header: controlType = ControlType.Header; break;
1740
case
AutomationControlType
.HeaderItem: controlType = ControlType.HeaderItem; break;
1741
case
AutomationControlType
.Table: controlType = ControlType.Table; break;
1742
case
AutomationControlType
.TitleBar: controlType = ControlType.TitleBar; break;
1743
case
AutomationControlType
.Separator: controlType = ControlType.Separator; break;
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (2)
85
protected override
AutomationControlType
GetAutomationControlTypeCore()
87
return
AutomationControlType
.Custom;
System\Windows\Automation\Peers\GenericRootAutomationPeer.cs (2)
26
override protected
AutomationControlType
GetAutomationControlTypeCore()
28
return
AutomationControlType
.Pane;
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (2)
133
protected override
AutomationControlType
GetAutomationControlTypeCore()
135
return
AutomationControlType
.Custom;
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (2)
152
protected override
AutomationControlType
GetAutomationControlTypeCore()
154
return
AutomationControlType
.Custom;
PresentationFramework (147)
System\Windows\Automation\Peers\ButtonAutomationPeer.cs (2)
25
override protected
AutomationControlType
GetAutomationControlTypeCore()
27
return
AutomationControlType
.Button;
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (2)
98
protected override
AutomationControlType
GetAutomationControlTypeCore()
100
return
AutomationControlType
.Calendar;
System\Windows\Automation\Peers\CalendarButtonAutomationPeer.cs (2)
43
protected override
AutomationControlType
GetAutomationControlTypeCore()
45
return
AutomationControlType
.Button;
System\Windows\Automation\Peers\CheckBoxAutomationPeer.cs (2)
23
override protected
AutomationControlType
GetAutomationControlTypeCore()
25
return
AutomationControlType
.CheckBox;
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (2)
27
override protected
AutomationControlType
GetAutomationControlTypeCore()
29
return
AutomationControlType
.ComboBox;
System\Windows\Automation\Peers\ContextMenuAutomationPeer.cs (2)
24
override protected
AutomationControlType
GetAutomationControlTypeCore()
26
return
AutomationControlType
.Menu;
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (2)
38
protected override
AutomationControlType
GetAutomationControlTypeCore()
40
return
AutomationControlType
.DataGrid;
System\Windows\Automation\Peers\DataGridCellAutomationPeer.cs (2)
36
protected override
AutomationControlType
GetAutomationControlTypeCore()
38
return
AutomationControlType
.Custom;
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (2)
62
protected override
AutomationControlType
GetAutomationControlTypeCore()
64
return
AutomationControlType
.Custom;
System\Windows\Automation\Peers\DataGridColumnHeaderAutomationPeer.cs (2)
33
protected override
AutomationControlType
GetAutomationControlTypeCore()
35
return
AutomationControlType
.HeaderItem;
System\Windows\Automation\Peers\DataGridColumnHeaderItemAutomationPeer.cs (2)
29
protected override
AutomationControlType
GetAutomationControlTypeCore()
31
return
AutomationControlType
.HeaderItem;
System\Windows\Automation\Peers\DataGridColumnHeadersPresenterAutomationPeer.cs (2)
36
protected override
AutomationControlType
GetAutomationControlTypeCore()
38
return
AutomationControlType
.Header;
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (2)
39
protected override
AutomationControlType
GetAutomationControlTypeCore()
41
return
AutomationControlType
.DataItem;
System\Windows\Automation\Peers\DataGridRowAutomationPeer.cs (2)
35
protected override
AutomationControlType
GetAutomationControlTypeCore()
37
return
AutomationControlType
.DataItem;
System\Windows\Automation\Peers\DataGridRowHeaderAutomationPeer.cs (2)
33
protected override
AutomationControlType
GetAutomationControlTypeCore()
35
return
AutomationControlType
.HeaderItem;
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (2)
83
protected override
AutomationControlType
GetAutomationControlTypeCore()
85
return
AutomationControlType
.Custom;
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (2)
163
protected override
AutomationControlType
GetAutomationControlTypeCore()
165
return
AutomationControlType
.Button;
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (2)
101
protected override
AutomationControlType
GetAutomationControlTypeCore()
103
return
AutomationControlType
.Document;
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (2)
92
protected override
AutomationControlType
GetAutomationControlTypeCore()
94
return
AutomationControlType
.Document;
System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (2)
25
override protected
AutomationControlType
GetAutomationControlTypeCore()
27
return
AutomationControlType
.Group;
System\Windows\Automation\Peers\FixedPageAutomationPeer.cs (2)
23
override protected
AutomationControlType
GetAutomationControlTypeCore()
25
return
AutomationControlType
.Pane;
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (2)
119
protected override
AutomationControlType
GetAutomationControlTypeCore()
121
return
AutomationControlType
.Document;
System\Windows\Automation\Peers\FrameAutomationPeer.cs (2)
23
protected override
AutomationControlType
GetAutomationControlTypeCore()
25
return
AutomationControlType
.Pane;
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (2)
44
AutomationControlType
IViewAutomationPeer.GetAutomationControlType()
46
return
AutomationControlType
.DataGrid;
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (3)
39
override protected
AutomationControlType
GetAutomationControlTypeCore()
43
return
AutomationControlType
.Text;
47
return
AutomationControlType
.Custom;
System\Windows\Automation\Peers\GridViewColumnHeaderAutomationPeer.cs (2)
20
override protected
AutomationControlType
GetAutomationControlTypeCore()
22
return
AutomationControlType
.HeaderItem;
System\Windows\Automation\Peers\GridViewHeaderRowPresenterAutomationPeer.cs (2)
25
override protected
AutomationControlType
GetAutomationControlTypeCore()
27
return
AutomationControlType
.Header;
System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (2)
31
override protected
AutomationControlType
GetAutomationControlTypeCore()
33
return
AutomationControlType
.DataItem;
System\Windows\Automation\Peers\GroupBoxAutomationPeer.cs (2)
23
override protected
AutomationControlType
GetAutomationControlTypeCore()
25
return
AutomationControlType
.Group;
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (2)
86
override protected
AutomationControlType
GetAutomationControlTypeCore()
88
return
AutomationControlType
.Group;
System\Windows\Automation\Peers\HwndHostAutomationPeer.cs (2)
26
override protected
AutomationControlType
GetAutomationControlTypeCore()
28
return
AutomationControlType
.Pane;
System\Windows\Automation\Peers\HyperlinkAutomationPeer.cs (2)
41
protected override
AutomationControlType
GetAutomationControlTypeCore()
43
return
AutomationControlType
.Hyperlink;
System\Windows\Automation\Peers\ImageAutomationPeer.cs (2)
23
override protected
AutomationControlType
GetAutomationControlTypeCore()
25
return
AutomationControlType
.Image;
System\Windows\Automation\Peers\InkCanvasAutomationPeer.cs (2)
24
protected override
AutomationControlType
GetAutomationControlTypeCore()
26
return
AutomationControlType
.Custom;
System\Windows\Automation\Peers\InkPresenterAutomationPeer.cs (2)
24
protected override
AutomationControlType
GetAutomationControlTypeCore()
26
return
AutomationControlType
.Custom;
System\Windows\Automation\Peers\ItemsControlItemAutomationPeer.cs (2)
15
protected override
AutomationControlType
GetAutomationControlTypeCore()
17
return
AutomationControlType
.DataItem;
System\Windows\Automation\Peers\ItemsControlWrapperAutomationPeer.cs (2)
27
override protected
AutomationControlType
GetAutomationControlTypeCore()
29
return
AutomationControlType
.List;
System\Windows\Automation\Peers\IViewAutomationPeer.cs (1)
23
AutomationControlType
GetAutomationControlType();
System\Windows\Automation\Peers\LabelAutomationPeer.cs (2)
23
override protected
AutomationControlType
GetAutomationControlTypeCore()
25
return
AutomationControlType
.Text;
System\Windows\Automation\Peers\ListBoxItemAutomationPeer.cs (2)
26
override protected
AutomationControlType
GetAutomationControlTypeCore()
28
return
AutomationControlType
.ListItem;
System\Windows\Automation\Peers\ListBoxItemWrapperAutomationPeer.cs (2)
23
override protected
AutomationControlType
GetAutomationControlTypeCore()
25
return
AutomationControlType
.ListItem;
System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
22
override protected
AutomationControlType
GetAutomationControlTypeCore()
System\Windows\Automation\Peers\MediaElementAutomationPeer.cs (2)
24
override protected
AutomationControlType
GetAutomationControlTypeCore()
26
return
AutomationControlType
.Custom;
System\Windows\Automation\Peers\MenuAutomationPeer.cs (2)
24
override protected
AutomationControlType
GetAutomationControlTypeCore()
26
return
AutomationControlType
.Menu;
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (2)
25
override protected
AutomationControlType
GetAutomationControlTypeCore()
27
return
AutomationControlType
.MenuItem;
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (2)
41
override protected
AutomationControlType
GetAutomationControlTypeCore()
43
return
AutomationControlType
.Edit;
System\Windows\Automation\Peers\PopupRootAutomationPeer.cs (2)
23
override protected
AutomationControlType
GetAutomationControlTypeCore()
25
return
AutomationControlType
.Window;
System\Windows\Automation\Peers\ProgressBarAutomationPeer.cs (2)
25
override protected
AutomationControlType
GetAutomationControlTypeCore()
27
return
AutomationControlType
.ProgressBar;
System\Windows\Automation\Peers\RadioButtonAutomationPeer.cs (2)
24
override protected
AutomationControlType
GetAutomationControlTypeCore()
26
return
AutomationControlType
.RadioButton;
System\Windows\Automation\Peers\RepeatButtonAutomationPeer.cs (2)
24
override protected
AutomationControlType
GetAutomationControlTypeCore()
26
return
AutomationControlType
.Button;
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (2)
29
override protected
AutomationControlType
GetAutomationControlTypeCore()
31
return
AutomationControlType
.Document;
System\Windows\Automation\Peers\ScrollBarAutomationPeer.cs (2)
26
override protected
AutomationControlType
GetAutomationControlTypeCore()
28
return
AutomationControlType
.ScrollBar;
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (2)
27
override protected
AutomationControlType
GetAutomationControlTypeCore()
29
return
AutomationControlType
.Pane;
System\Windows\Automation\Peers\SelectorAutomationPeer.cs (2)
19
override protected
AutomationControlType
GetAutomationControlTypeCore()
21
return
AutomationControlType
.List;
System\Windows\Automation\Peers\SeparatorAutomationPeer.cs (2)
23
protected override
AutomationControlType
GetAutomationControlTypeCore()
25
return
AutomationControlType
.Separator;
System\Windows\Automation\Peers\SliderAutomationPeer.cs (2)
24
override protected
AutomationControlType
GetAutomationControlTypeCore()
26
return
AutomationControlType
.Slider;
System\Windows\Automation\Peers\StatusBarAutomationPeer.cs (2)
27
protected override
AutomationControlType
GetAutomationControlTypeCore()
29
return
AutomationControlType
.StatusBar;
System\Windows\Automation\Peers\StatusBarItemAutomationPeer.cs (2)
24
override protected
AutomationControlType
GetAutomationControlTypeCore()
26
return
AutomationControlType
.Text;
System\Windows\Automation\Peers\TabControlAutomationPeer.cs (2)
24
override protected
AutomationControlType
GetAutomationControlTypeCore()
26
return
AutomationControlType
.Tab;
System\Windows\Automation\Peers\TabItemAutomationPeer.cs (2)
26
override protected
AutomationControlType
GetAutomationControlTypeCore()
28
return
AutomationControlType
.TabItem;
System\Windows\Automation\Peers\TableAutomationPeer.cs (2)
47
protected override
AutomationControlType
GetAutomationControlTypeCore()
49
return
AutomationControlType
.Table;
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (2)
43
protected override
AutomationControlType
GetAutomationControlTypeCore()
45
return
AutomationControlType
.Custom;
System\Windows\Automation\Peers\TextBlockAutomationPeer.cs (2)
46
protected override
AutomationControlType
GetAutomationControlTypeCore()
48
return
AutomationControlType
.Text;
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (2)
29
override protected
AutomationControlType
GetAutomationControlTypeCore()
31
return
AutomationControlType
.Edit;
System\Windows\Automation\Peers\ThumbAutomationPeer.cs (2)
23
override protected
AutomationControlType
GetAutomationControlTypeCore()
25
return
AutomationControlType
.Thumb;
System\Windows\Automation\Peers\ToggleButtonAutomationPeer.cs (2)
24
override protected
AutomationControlType
GetAutomationControlTypeCore()
26
return
AutomationControlType
.Button;
System\Windows\Automation\Peers\ToolBarAutomationPeer.cs (2)
23
override protected
AutomationControlType
GetAutomationControlTypeCore()
25
return
AutomationControlType
.ToolBar;
System\Windows\Automation\Peers\ToolTipAutomationPeer.cs (2)
23
protected override
AutomationControlType
GetAutomationControlTypeCore()
25
return
AutomationControlType
.ToolTip;
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (2)
18
override protected
AutomationControlType
GetAutomationControlTypeCore()
20
return
AutomationControlType
.Tree;
System\Windows\Automation\Peers\TreeViewDataItemAutomationPeer.cs (2)
83
override protected
AutomationControlType
GetAutomationControlTypeCore()
85
return
AutomationControlType
.TreeItem;
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (2)
26
override protected
AutomationControlType
GetAutomationControlTypeCore()
28
return
AutomationControlType
.TreeItem;
System\Windows\Automation\Peers\UserControlAutomationPeer.cs (2)
23
protected override
AutomationControlType
GetAutomationControlTypeCore()
25
return
AutomationControlType
.Custom;
System\Windows\Automation\Peers\Viewport3DAutomationPeer.cs (2)
24
override protected
AutomationControlType
GetAutomationControlTypeCore()
26
return
AutomationControlType
.Custom;
System\Windows\Automation\Peers\WindowAutomationPeer.cs (2)
55
override protected
AutomationControlType
GetAutomationControlTypeCore()
57
return
AutomationControlType
.Window;
System.Windows.Controls.Ribbon (42)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (2)
43
protected override
AutomationControlType
GetAutomationControlTypeCore()
45
return
AutomationControlType
.Tab;
Microsoft\Windows\Automation\Peers\RibbonContextMenuAutomationPeer.cs (2)
44
protected override
AutomationControlType
GetAutomationControlTypeCore()
46
return
AutomationControlType
.Menu;
Microsoft\Windows\Automation\Peers\RibbonContextualTabGroupDataAutomationPeer.cs (2)
52
protected override
AutomationControlType
GetAutomationControlTypeCore()
54
return
AutomationControlType
.Header;
Microsoft\Windows\Automation\Peers\RibbonControlDataAutomationPeer.cs (2)
30
protected override
AutomationControlType
GetAutomationControlTypeCore()
32
return
AutomationControlType
.ListItem;
Microsoft\Windows\Automation\Peers\RibbonControlGroupAutomationPeer.cs (2)
44
protected override
AutomationControlType
GetAutomationControlTypeCore()
46
return
AutomationControlType
.Group;
Microsoft\Windows\Automation\Peers\RibbonGalleryAutomationPeer.cs (2)
74
override protected
AutomationControlType
GetAutomationControlTypeCore()
76
return
AutomationControlType
.List;
Microsoft\Windows\Automation\Peers\RibbonGalleryCategoryAutomationPeer.cs (2)
64
override protected
AutomationControlType
GetAutomationControlTypeCore()
66
return
AutomationControlType
.Group;
Microsoft\Windows\Automation\Peers\RibbonGalleryCategoryDataAutomationPeer.cs (2)
48
override protected
AutomationControlType
GetAutomationControlTypeCore()
50
return
AutomationControlType
.Group;
Microsoft\Windows\Automation\Peers\RibbonGalleryItemAutomationPeer.cs (2)
75
override protected
AutomationControlType
GetAutomationControlTypeCore()
77
return
AutomationControlType
.ListItem;
Microsoft\Windows\Automation\Peers\RibbonGalleryItemDataAutomationPeer.cs (2)
50
override protected
AutomationControlType
GetAutomationControlTypeCore()
52
return
AutomationControlType
.ListItem;
Microsoft\Windows\Automation\Peers\RibbonGroupDataAutomationPeer.cs (2)
69
protected override
AutomationControlType
GetAutomationControlTypeCore()
71
return
AutomationControlType
.Group;
Microsoft\Windows\Automation\Peers\RibbonGroupHeaderAutomationPeer.cs (2)
32
protected override
AutomationControlType
GetAutomationControlTypeCore()
34
return
AutomationControlType
.Header;
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (2)
132
protected override
AutomationControlType
GetAutomationControlTypeCore()
136
return
AutomationControlType
.MenuBar;
Microsoft\Windows\Automation\Peers\RibbonMenuItemAutomationPeer.cs (2)
82
protected override
AutomationControlType
GetAutomationControlTypeCore()
84
return
AutomationControlType
.MenuItem;
Microsoft\Windows\Automation\Peers\RibbonMenuItemDataAutomationPeer.cs (2)
56
protected override
AutomationControlType
GetAutomationControlTypeCore()
64
return
AutomationControlType
.MenuItem;
Microsoft\Windows\Automation\Peers\RibbonQuickAccessToolBarAutomationPeer.cs (2)
77
protected override
AutomationControlType
GetAutomationControlTypeCore()
79
return
AutomationControlType
.ToolBar;
Microsoft\Windows\Automation\Peers\RibbonSplitButtonAutomationPeer.cs (2)
43
protected override
AutomationControlType
GetAutomationControlTypeCore()
45
return
AutomationControlType
.SplitButton;
Microsoft\Windows\Automation\Peers\RibbonTabDataAutomationPeer.cs (2)
181
protected override
AutomationControlType
GetAutomationControlTypeCore()
183
return
AutomationControlType
.TabItem;
Microsoft\Windows\Automation\Peers\RibbonTabHeaderDataAutomationPeer.cs (2)
31
protected override
AutomationControlType
GetAutomationControlTypeCore()
33
return
AutomationControlType
.Header;
Microsoft\Windows\Automation\Peers\RibbonTitleAutomationPeer.cs (2)
27
protected override
AutomationControlType
GetAutomationControlTypeCore()
29
return
AutomationControlType
.Header;
Microsoft\Windows\Automation\Peers\RibbonTwoLineTextAutomationPeer.cs (2)
44
protected override
AutomationControlType
GetAutomationControlTypeCore()
46
return
AutomationControlType
.Text;
WindowsFormsIntegration (2)
System\Windows\Automation\Peers\WindowsFormsHostAutomationPeer.cs (2)
25
override protected
AutomationControlType
GetAutomationControlTypeCore()
27
return
AutomationControlType
.Pane;