58 references to ControlTypes
UIAutomationTypes (58)
MS\Internal\Automation\AutomationIdentifierConstants.cs (14)
22
internal const
ControlTypes
FirstControlType =
ControlTypes
.Button;
28
internal static
ControlTypes
LastSupportedControlType;
38
LastSupportedControlType =
ControlTypes
.AppBar;
46
LastSupportedControlType =
ControlTypes
.AppBar;
54
LastSupportedControlType =
ControlTypes
.AppBar;
62
LastSupportedControlType =
ControlTypes
.AppBar;
70
LastSupportedControlType =
ControlTypes
.AppBar;
78
LastSupportedControlType =
ControlTypes
.AppBar;
86
LastSupportedControlType =
ControlTypes
.AppBar;
94
LastSupportedControlType =
ControlTypes
.AppBar;
102
LastSupportedControlType =
ControlTypes
.SemanticZoom;
111
LastSupportedControlType =
ControlTypes
.Separator;
119
LastSupportedControlType =
ControlTypes
.Separator;
System\Windows\Automation\ControlType.cs (44)
34
internal static ControlType Register(AutomationIdentifierConstants.
ControlTypes
id, string programmaticName)
48
internal static ControlType Register(AutomationIdentifierConstants.
ControlTypes
id, string programmaticName, string stId,
63
internal static ControlType Register(AutomationIdentifierConstants.
ControlTypes
id, string programmaticName, string stId,
70
internal static ControlType Register(AutomationIdentifierConstants.
ControlTypes
id, string programmaticName, string stId,
77
internal static ControlType Register(AutomationIdentifierConstants.
ControlTypes
id, string programmaticName, string stId)
133
public static readonly ControlType Button = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.Button, "ControlType.Button", nameof(SR.LocalizedControlTypeButton), new AutomationPattern[][] {
137
public static readonly ControlType Calendar = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.Calendar, "ControlType.Calendar", nameof(SR.LocalizedControlTypeCalendar), new AutomationPattern[][] {
141
public static readonly ControlType CheckBox = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.CheckBox, "ControlType.CheckBox", nameof(SR.LocalizedControlTypeCheckBox), new AutomationPattern[][] {
145
public static readonly ControlType ComboBox = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.ComboBox, "ControlType.ComboBox", nameof(SR.LocalizedControlTypeComboBox), new AutomationPattern[][] {
149
public static readonly ControlType Edit = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.Edit, "ControlType.Edit", nameof(SR.LocalizedControlTypeEdit), new AutomationPattern[][] {
153
public static readonly ControlType Hyperlink = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.Hyperlink, "ControlType.Hyperlink", nameof(SR.LocalizedControlTypeHyperlink), new AutomationPattern[][] {
157
public static readonly ControlType Image = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.Image, "ControlType.Image", nameof(SR.LocalizedControlTypeImage));
160
public static readonly ControlType ListItem = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.ListItem, "ControlType.ListItem", nameof(SR.LocalizedControlTypeListItem), new AutomationPattern[][] {
164
public static readonly ControlType List = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.List, "ControlType.List", nameof(SR.LocalizedControlTypeListView), new AutomationPattern[][] {
168
public static readonly ControlType Menu = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.Menu, "ControlType.Menu", nameof(SR.LocalizedControlTypeMenu));
170
public static readonly ControlType MenuBar = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.MenuBar, "ControlType.MenuBar", nameof(SR.LocalizedControlTypeMenuBar));
172
public static readonly ControlType MenuItem = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.MenuItem, "ControlType.MenuItem", nameof(SR.LocalizedControlTypeMenuItem), new AutomationPattern[][] {
178
public static readonly ControlType ProgressBar = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.ProgressBar, "ControlType.ProgressBar", nameof(SR.LocalizedControlTypeProgressBar), new AutomationPattern[][] {
182
public static readonly ControlType RadioButton = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.RadioButton, "ControlType.RadioButton", nameof(SR.LocalizedControlTypeRadioButton));
184
public static readonly ControlType ScrollBar = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.ScrollBar, "ControlType.ScrollBar", nameof(SR.LocalizedControlTypeScrollBar));
186
public static readonly ControlType Slider = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.Slider, "ControlType.Slider", nameof(SR.LocalizedControlTypeSlider), new AutomationPattern[][] {
191
public static readonly ControlType Spinner = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.Spinner, "ControlType.Spinner", nameof(SR.LocalizedControlTypeSpinner), new AutomationPattern[][] {
196
public static readonly ControlType StatusBar = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.StatusBar, "ControlType.StatusBar", nameof(SR.LocalizedControlTypeStatusBar));
198
public static readonly ControlType Tab = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.Tab, "ControlType.Tab", nameof(SR.LocalizedControlTypeTab));
200
public static readonly ControlType TabItem = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.TabItem, "ControlType.TabItem", nameof(SR.LocalizedControlTypeTabItem));
202
public static readonly ControlType Text = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.Text, "ControlType.Text", nameof(SR.LocalizedControlTypeText));
204
public static readonly ControlType ToolBar = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.ToolBar, "ControlType.ToolBar", nameof(SR.LocalizedControlTypeToolBar));
206
public static readonly ControlType ToolTip = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.ToolTip, "ControlType.ToolTip", nameof(SR.LocalizedControlTypeToolTip));
209
public static readonly ControlType Tree = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.Tree, "ControlType.Tree", nameof(SR.LocalizedControlTypeTreeView));
211
public static readonly ControlType TreeItem = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.TreeItem, "ControlType.TreeItem", nameof(SR.LocalizedControlTypeTreeViewItem));
214
public static readonly ControlType Custom = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.Custom, "ControlType.Custom", nameof(SR.LocalizedControlTypeCustom));
217
public static readonly ControlType Group = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.Group, "ControlType.Group", nameof(SR.LocalizedControlTypeGroup));
220
public static readonly ControlType Thumb = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.Thumb, "ControlType.Thumb", nameof(SR.LocalizedControlTypeThumb));
223
public static readonly ControlType DataGrid = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.DataGrid, "ControlType.DataGrid", nameof(SR.LocalizedControlTypeDataGrid), new AutomationPattern[][] {
230
public static readonly ControlType DataItem = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.DataItem, "ControlType.DataItem", nameof(SR.LocalizedControlTypeDataItem), new AutomationPattern[][] {
235
public static readonly ControlType Document = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.Document, "ControlType.Document", nameof(SR.LocalizedControlTypeDocument), new AutomationProperty[0],
243
public static readonly ControlType SplitButton = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.SplitButton, "ControlType.SplitButton", nameof(SR.LocalizedControlTypeSplitButton), new AutomationPattern[][] {
249
public static readonly ControlType Window = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.Window, "ControlType.Window", nameof(SR.LocalizedControlTypeWindow), new AutomationPattern[][] {
255
public static readonly ControlType Pane = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.Pane, "ControlType.Pane", nameof(SR.LocalizedControlTypePane), new AutomationPattern[][] {
260
public static readonly ControlType Header = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.Header, "ControlType.Header", nameof(SR.LocalizedControlTypeHeader));
263
public static readonly ControlType HeaderItem = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.HeaderItem, "ControlType.HeaderItem", nameof(SR.LocalizedControlTypeHeaderItem));
266
public static readonly ControlType Table = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.Table, "ControlType.Table", nameof(SR.LocalizedControlTypeTable), new AutomationPattern[][] {
273
public static readonly ControlType TitleBar = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.TitleBar, "ControlType.TitleBar", nameof(SR.LocalizedControlTypeTitleBar));
276
public static readonly ControlType Separator = ControlType.Register(AutomationIdentifierConstants.
ControlTypes
.Separator, "ControlType.Separator", nameof(SR.LocalizedControlTypeSeparator));