212 references to AutomationControlType
PresentationCore (51)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (43)
678abstract protected AutomationControlType GetAutomationControlTypeCore(); 1004public AutomationControlType GetAutomationControlType() 1006AutomationControlType result; 1618AutomationControlType type = GetAutomationControlTypeCore(); 1622case AutomationControlType.Button: controlType = ControlType.Button; break; 1623case AutomationControlType.Calendar: controlType = ControlType.Calendar; break; 1624case AutomationControlType.CheckBox: controlType = ControlType.CheckBox; break; 1625case AutomationControlType.ComboBox: controlType = ControlType.ComboBox; break; 1626case AutomationControlType.Edit: controlType = ControlType.Edit; break; 1627case AutomationControlType.Hyperlink: controlType = ControlType.Hyperlink; break; 1628case AutomationControlType.Image: controlType = ControlType.Image; break; 1629case AutomationControlType.ListItem: controlType = ControlType.ListItem; break; 1630case AutomationControlType.List: controlType = ControlType.List; break; 1631case AutomationControlType.Menu: controlType = ControlType.Menu; break; 1632case AutomationControlType.MenuBar: controlType = ControlType.MenuBar; break; 1633case AutomationControlType.MenuItem: controlType = ControlType.MenuItem; break; 1634case AutomationControlType.ProgressBar: controlType = ControlType.ProgressBar; break; 1635case AutomationControlType.RadioButton: controlType = ControlType.RadioButton; break; 1636case AutomationControlType.ScrollBar: controlType = ControlType.ScrollBar; break; 1637case AutomationControlType.Slider: controlType = ControlType.Slider; break; 1638case AutomationControlType.Spinner: controlType = ControlType.Spinner; break; 1639case AutomationControlType.StatusBar: controlType = ControlType.StatusBar; break; 1640case AutomationControlType.Tab: controlType = ControlType.Tab; break; 1641case AutomationControlType.TabItem: controlType = ControlType.TabItem; break; 1642case AutomationControlType.Text: controlType = ControlType.Text; break; 1643case AutomationControlType.ToolBar: controlType = ControlType.ToolBar; break; 1644case AutomationControlType.ToolTip: controlType = ControlType.ToolTip; break; 1645case AutomationControlType.Tree: controlType = ControlType.Tree; break; 1646case AutomationControlType.TreeItem: controlType = ControlType.TreeItem; break; 1647case AutomationControlType.Custom: controlType = ControlType.Custom; break; 1648case AutomationControlType.Group: controlType = ControlType.Group; break; 1649case AutomationControlType.Thumb: controlType = ControlType.Thumb; break; 1650case AutomationControlType.DataGrid: controlType = ControlType.DataGrid; break; 1651case AutomationControlType.DataItem: controlType = ControlType.DataItem; break; 1652case AutomationControlType.Document: controlType = ControlType.Document; break; 1653case AutomationControlType.SplitButton: controlType = ControlType.SplitButton; break; 1654case AutomationControlType.Window: controlType = ControlType.Window; break; 1655case AutomationControlType.Pane: controlType = ControlType.Pane; break; 1656case AutomationControlType.Header: controlType = ControlType.Header; break; 1657case AutomationControlType.HeaderItem: controlType = ControlType.HeaderItem; break; 1658case AutomationControlType.Table: controlType = ControlType.Table; break; 1659case AutomationControlType.TitleBar: controlType = ControlType.TitleBar; break; 1660case AutomationControlType.Separator: controlType = ControlType.Separator; break;
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (2)
97protected override AutomationControlType GetAutomationControlTypeCore() 99return AutomationControlType.Custom;
Core\CSharp\System\Windows\Automation\Peers\GenericRootAutomationPeer.cs (2)
35override protected AutomationControlType GetAutomationControlTypeCore() 37return AutomationControlType.Pane;
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (2)
147protected override AutomationControlType GetAutomationControlTypeCore() 149return AutomationControlType.Custom;
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (2)
172protected override AutomationControlType GetAutomationControlTypeCore() 174return AutomationControlType.Custom;
PresentationFramework (143)
src\Framework\System\Windows\Automation\Peers\ButtonAutomationPeer.cs (2)
33override protected AutomationControlType GetAutomationControlTypeCore() 35return AutomationControlType.Button;
src\Framework\System\Windows\Automation\Peers\CalendarAutomationPeer.cs (2)
105protected override AutomationControlType GetAutomationControlTypeCore() 107return AutomationControlType.Calendar;
src\Framework\System\Windows\Automation\Peers\CalendarButtonAutomationPeer.cs (2)
48protected override AutomationControlType GetAutomationControlTypeCore() 50return AutomationControlType.Button;
src\Framework\System\Windows\Automation\Peers\CheckBoxAutomationPeer.cs (2)
31override protected AutomationControlType GetAutomationControlTypeCore() 33return AutomationControlType.CheckBox;
src\Framework\System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (2)
36override protected AutomationControlType GetAutomationControlTypeCore() 38return AutomationControlType.ComboBox;
src\Framework\System\Windows\Automation\Peers\ContextMenuAutomationPeer.cs (2)
34override protected AutomationControlType GetAutomationControlTypeCore() 36return AutomationControlType.Menu;
src\Framework\System\Windows\Automation\Peers\DataGridAutomationPeer.cs (2)
42protected override AutomationControlType GetAutomationControlTypeCore() 44return AutomationControlType.DataGrid;
src\Framework\System\Windows\Automation\Peers\DataGridCellAutomationPeer.cs (2)
38protected override AutomationControlType GetAutomationControlTypeCore() 40return AutomationControlType.Custom;
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (2)
71protected override AutomationControlType GetAutomationControlTypeCore() 73return AutomationControlType.Custom;
src\Framework\System\Windows\Automation\Peers\DataGridColumnHeaderAutomationPeer.cs (2)
34protected override AutomationControlType GetAutomationControlTypeCore() 36return AutomationControlType.HeaderItem;
src\Framework\System\Windows\Automation\Peers\DataGridColumnHeaderItemAutomationPeer.cs (2)
31protected override AutomationControlType GetAutomationControlTypeCore() 33return AutomationControlType.HeaderItem;
src\Framework\System\Windows\Automation\Peers\DataGridColumnHeadersPresenterAutomationPeer.cs (2)
34protected override AutomationControlType GetAutomationControlTypeCore() 36return AutomationControlType.Header;
src\Framework\System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (2)
47protected override AutomationControlType GetAutomationControlTypeCore() 49return AutomationControlType.DataItem;
src\Framework\System\Windows\Automation\Peers\DataGridRowAutomationPeer.cs (2)
38protected override AutomationControlType GetAutomationControlTypeCore() 40return AutomationControlType.DataItem;
src\Framework\System\Windows\Automation\Peers\DataGridRowHeaderAutomationPeer.cs (2)
34protected override AutomationControlType GetAutomationControlTypeCore() 36return AutomationControlType.HeaderItem;
src\Framework\System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (2)
87protected override AutomationControlType GetAutomationControlTypeCore() 89return AutomationControlType.Custom;
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (2)
178protected override AutomationControlType GetAutomationControlTypeCore() 180return AutomationControlType.Button;
src\Framework\System\Windows\Automation\Peers\DocumentAutomationPeer.cs (2)
105protected override AutomationControlType GetAutomationControlTypeCore() 107return AutomationControlType.Document;
src\Framework\System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (2)
95protected override AutomationControlType GetAutomationControlTypeCore() 97return AutomationControlType.Document;
src\Framework\System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (2)
33override protected AutomationControlType GetAutomationControlTypeCore() 35return AutomationControlType.Group;
src\Framework\System\Windows\Automation\Peers\FixedPageAutomationPeer.cs (2)
32override protected AutomationControlType GetAutomationControlTypeCore() 34return AutomationControlType.Pane;
src\Framework\System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (2)
121protected override AutomationControlType GetAutomationControlTypeCore() 123return AutomationControlType.Document;
src\Framework\System\Windows\Automation\Peers\FrameAutomationPeer.cs (2)
24protected override AutomationControlType GetAutomationControlTypeCore() 26return AutomationControlType.Pane;
src\Framework\System\Windows\Automation\Peers\GridViewAutomationPeer.cs (2)
52AutomationControlType IViewAutomationPeer.GetAutomationControlType() 54return AutomationControlType.DataGrid;
src\Framework\System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (3)
47override protected AutomationControlType GetAutomationControlTypeCore() 51return AutomationControlType.Text; 55return AutomationControlType.Custom;
src\Framework\System\Windows\Automation\Peers\GridViewColumnHeaderAutomationPeer.cs (2)
30override protected AutomationControlType GetAutomationControlTypeCore() 32return AutomationControlType.HeaderItem;
src\Framework\System\Windows\Automation\Peers\GridViewHeaderRowPresenterAutomationPeer.cs (2)
36override protected AutomationControlType GetAutomationControlTypeCore() 38return AutomationControlType.Header;
src\Framework\System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (2)
39override protected AutomationControlType GetAutomationControlTypeCore() 41return AutomationControlType.DataItem;
src\Framework\System\Windows\Automation\Peers\GroupBoxAutomationPeer.cs (2)
32override protected AutomationControlType GetAutomationControlTypeCore() 34return AutomationControlType.Group;
src\Framework\System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (2)
94override protected AutomationControlType GetAutomationControlTypeCore() 96return AutomationControlType.Group;
src\Framework\System\Windows\Automation\Peers\HwndHostAutomationPeer.cs (2)
28override protected AutomationControlType GetAutomationControlTypeCore() 30return AutomationControlType.Pane;
src\Framework\System\Windows\Automation\Peers\HyperlinkAutomationPeer.cs (2)
43protected override AutomationControlType GetAutomationControlTypeCore() 45return AutomationControlType.Hyperlink;
src\Framework\System\Windows\Automation\Peers\ImageAutomationPeer.cs (2)
31override protected AutomationControlType GetAutomationControlTypeCore() 33return AutomationControlType.Image;
src\Framework\System\Windows\Automation\Peers\InkCanvasAutomationPeer.cs (2)
32protected override AutomationControlType GetAutomationControlTypeCore() 34return AutomationControlType.Custom;
src\Framework\System\Windows\Automation\Peers\InkPresenterAutomationPeer.cs (2)
32protected override AutomationControlType GetAutomationControlTypeCore() 34return AutomationControlType.Custom;
src\Framework\System\Windows\Automation\Peers\IViewAutomationPeer.cs (1)
26AutomationControlType GetAutomationControlType();
src\Framework\System\Windows\Automation\Peers\LabelAutomationPeer.cs (2)
31override protected AutomationControlType GetAutomationControlTypeCore() 33return AutomationControlType.Text;
src\Framework\System\Windows\Automation\Peers\ListBoxItemAutomationPeer.cs (2)
36override protected AutomationControlType GetAutomationControlTypeCore() 38return AutomationControlType.ListItem;
src\Framework\System\Windows\Automation\Peers\ListBoxItemWrapperAutomationPeer.cs (2)
35override protected AutomationControlType GetAutomationControlTypeCore() 37return AutomationControlType.ListItem;
src\Framework\System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
31override protected AutomationControlType GetAutomationControlTypeCore()
src\Framework\System\Windows\Automation\Peers\MediaElementAutomationPeer.cs (2)
23override protected AutomationControlType GetAutomationControlTypeCore() 25return AutomationControlType.Custom;
src\Framework\System\Windows\Automation\Peers\MenuAutomationPeer.cs (2)
34override protected AutomationControlType GetAutomationControlTypeCore() 36return AutomationControlType.Menu;
src\Framework\System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (2)
34override protected AutomationControlType GetAutomationControlTypeCore() 36return AutomationControlType.MenuItem;
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (2)
54override protected AutomationControlType GetAutomationControlTypeCore() 56return AutomationControlType.Edit;
src\Framework\System\Windows\Automation\Peers\PopupRootAutomationPeer.cs (2)
31override protected AutomationControlType GetAutomationControlTypeCore() 33return AutomationControlType.Window;
src\Framework\System\Windows\Automation\Peers\ProgressBarAutomationPeer.cs (2)
28override protected AutomationControlType GetAutomationControlTypeCore() 30return AutomationControlType.ProgressBar;
src\Framework\System\Windows\Automation\Peers\RadioButtonAutomationPeer.cs (2)
31override protected AutomationControlType GetAutomationControlTypeCore() 33return AutomationControlType.RadioButton;
src\Framework\System\Windows\Automation\Peers\RepeatButtonAutomationPeer.cs (2)
32override protected AutomationControlType GetAutomationControlTypeCore() 34return AutomationControlType.Button;
src\Framework\System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (2)
36override protected AutomationControlType GetAutomationControlTypeCore() 38return AutomationControlType.Document;
src\Framework\System\Windows\Automation\Peers\ScrollBarAutomationPeer.cs (2)
28override protected AutomationControlType GetAutomationControlTypeCore() 30return AutomationControlType.ScrollBar;
src\Framework\System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (2)
32override protected AutomationControlType GetAutomationControlTypeCore() 34return AutomationControlType.Pane;
src\Framework\System\Windows\Automation\Peers\SelectorAutomationPeer.cs (2)
28override protected AutomationControlType GetAutomationControlTypeCore() 30return AutomationControlType.List;
src\Framework\System\Windows\Automation\Peers\SeparatorAutomationPeer.cs (2)
34protected override AutomationControlType GetAutomationControlTypeCore() 36return AutomationControlType.Separator;
src\Framework\System\Windows\Automation\Peers\SliderAutomationPeer.cs (2)
28override protected AutomationControlType GetAutomationControlTypeCore() 30return AutomationControlType.Slider;
src\Framework\System\Windows\Automation\Peers\StatusBarAutomationPeer.cs (2)
34protected override AutomationControlType GetAutomationControlTypeCore() 36return AutomationControlType.StatusBar;
src\Framework\System\Windows\Automation\Peers\StatusBarItemAutomationPeer.cs (2)
35override protected AutomationControlType GetAutomationControlTypeCore() 37return AutomationControlType.Text;
src\Framework\System\Windows\Automation\Peers\TabControlAutomationPeer.cs (2)
34override protected AutomationControlType GetAutomationControlTypeCore() 36return AutomationControlType.Tab;
src\Framework\System\Windows\Automation\Peers\TabItemAutomationPeer.cs (2)
34override protected AutomationControlType GetAutomationControlTypeCore() 36return AutomationControlType.TabItem;
src\Framework\System\Windows\Automation\Peers\TableAutomationPeer.cs (2)
48protected override AutomationControlType GetAutomationControlTypeCore() 50return AutomationControlType.Table;
src\Framework\System\Windows\Automation\Peers\TableCellAutomationPeer.cs (2)
45protected override AutomationControlType GetAutomationControlTypeCore() 47return AutomationControlType.Custom;
src\Framework\System\Windows\Automation\Peers\TextBlockAutomationPeer.cs (2)
49protected override AutomationControlType GetAutomationControlTypeCore() 51return AutomationControlType.Text;
src\Framework\System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (2)
36override protected AutomationControlType GetAutomationControlTypeCore() 38return AutomationControlType.Edit;
src\Framework\System\Windows\Automation\Peers\ThumbAutomationPeer.cs (2)
31override protected AutomationControlType GetAutomationControlTypeCore() 33return AutomationControlType.Thumb;
src\Framework\System\Windows\Automation\Peers\ToggleButtonAutomationPeer.cs (2)
31override protected AutomationControlType GetAutomationControlTypeCore() 33return AutomationControlType.Button;
src\Framework\System\Windows\Automation\Peers\ToolBarAutomationPeer.cs (2)
31override protected AutomationControlType GetAutomationControlTypeCore() 33return AutomationControlType.ToolBar;
src\Framework\System\Windows\Automation\Peers\ToolTipAutomationPeer.cs (2)
24protected override AutomationControlType GetAutomationControlTypeCore() 26return AutomationControlType.ToolTip;
src\Framework\System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (2)
28override protected AutomationControlType GetAutomationControlTypeCore() 30return AutomationControlType.Tree;
src\Framework\System\Windows\Automation\Peers\TreeViewDataItemAutomationPeer.cs (2)
100override protected AutomationControlType GetAutomationControlTypeCore() 102return AutomationControlType.TreeItem;
src\Framework\System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (2)
34override protected AutomationControlType GetAutomationControlTypeCore() 36return AutomationControlType.TreeItem;
src\Framework\System\Windows\Automation\Peers\UserControlAutomationPeer.cs (2)
24protected override AutomationControlType GetAutomationControlTypeCore() 26return AutomationControlType.Custom;
src\Framework\System\Windows\Automation\Peers\Viewport3DAutomationPeer.cs (2)
23override protected AutomationControlType GetAutomationControlTypeCore() 25return AutomationControlType.Custom;
src\Framework\System\Windows\Automation\Peers\WindowAutomationPeer.cs (2)
64override protected AutomationControlType GetAutomationControlTypeCore() 66return AutomationControlType.Window;
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (2)
651protected override AutomationControlType GetAutomationControlTypeCore() 653return AutomationControlType.Button;
System.Activities.Presentation (16)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (4)
342protected override AutomationControlType GetAutomationControlTypeCore() 344return AutomationControlType.List; 441protected override AutomationControlType GetAutomationControlTypeCore() 443return AutomationControlType.Custom;
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (2)
303protected override AutomationControlType GetAutomationControlTypeCore() 305return AutomationControlType.Window;
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeViewItem.cs (2)
186protected override AutomationControlType GetAutomationControlTypeCore() 188return AutomationControlType.TreeItem;
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (2)
871protected override AutomationControlType GetAutomationControlTypeCore() 873return AutomationControlType.Window;
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (2)
753protected override AutomationControlType GetAutomationControlTypeCore() 755return AutomationControlType.Custom;
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (2)
920protected override AutomationControlType GetAutomationControlTypeCore() 922return AutomationControlType.Custom;
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
1073protected override AutomationControlType GetAutomationControlTypeCore() 1075return AutomationControlType.Custom;