72 writes to _cControlType
UIAutomationClientSideProviders (72)
MS\Internal\AutomationProxies\WindowsAltTab.cs (2)
40
_cControlType
= ControlType.List;
333
_cControlType
= ControlType.ListItem;
MS\Internal\AutomationProxies\WindowsButton.cs (5)
54
_cControlType
= ControlType.Button;
59
_cControlType
= ControlType.CheckBox;
66
_cControlType
= ControlType.RadioButton;
73
_cControlType
= ControlType.Group;
80
_cControlType
= ControlType.Custom;
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
50
_cControlType
= ControlType.ComboBox;
892
_cControlType
= ControlType.Button;
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
45
_cControlType
= ControlType.Document;
49
_cControlType
= ControlType.Edit;
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
38
_cControlType
= ControlType.Hyperlink;
MS\Internal\AutomationProxies\WindowsHyperlink.cs (2)
34
_cControlType
= ControlType.Hyperlink;
365
_cControlType
= ControlType.Hyperlink;
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
35
_cControlType
= ControlType.Custom;
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
39
_cControlType
= ControlType.List;
672
_cControlType
= ControlType.ListItem;
MS\Internal\AutomationProxies\WindowsListView.cs (2)
76
_cControlType
= ControlType.DataGrid;
80
_cControlType
= ControlType.List;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
34
_cControlType
= ControlType.Group;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
42
_cControlType
= ControlType.Button;
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
41
_cControlType
= ControlType.DataItem;
45
_cControlType
= ControlType.ListItem;
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
35
_cControlType
= ControlType.CheckBox;
MS\Internal\AutomationProxies\WindowsListViewItemStartMenu.cs (1)
48
_cControlType
= ControlType.MenuItem;
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
35
_cControlType
= WindowsListView.ListViewEditable(hwnd) ? ControlType.Edit : ControlType.Text;
MS\Internal\AutomationProxies\WindowsMenu.cs (8)
60
_cControlType
= ControlType.MenuBar;
67
_cControlType
= ControlType.MenuBar;
83
_cControlType
= ControlType.Menu;
98
_cControlType
= ControlType.Menu;
110
_cControlType
= ControlType.Menu;
1183
_cControlType
= ControlType.Separator;
1189
_cControlType
= ControlType.MenuItem;
2862
_cControlType
= ControlType.MenuItem;
MS\Internal\AutomationProxies\WindowsProgressbar.cs (1)
31
_cControlType
= ControlType.ProgressBar;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
39
_cControlType
= ControlType.Document;
43
_cControlType
= ControlType.Edit;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
43
_cControlType
= ControlType.ScrollBar;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (5)
54
_cControlType
= ControlType.Button;
59
_cControlType
= ControlType.Button;
64
_cControlType
= ControlType.Button;
69
_cControlType
= ControlType.Button;
74
_cControlType
= ControlType.Thumb;
MS\Internal\AutomationProxies\WindowsSlider.cs (3)
37
_cControlType
= ControlType.Slider;
374
_cControlType
= ControlType.Thumb;
378
_cControlType
= ControlType.Button;
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
37
_cControlType
= ControlType.Spinner;
MS\Internal\AutomationProxies\WindowsStatic.cs (2)
34
_cControlType
= ControlType.Text;
40
_cControlType
= ControlType.Image;
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
34
_cControlType
= ControlType.StatusBar;
428
_cControlType
= ControlType.Edit;
MS\Internal\AutomationProxies\WindowsSysHeader.cs (3)
40
_cControlType
= ControlType.Header;
369
_cControlType
= ControlType.SplitButton;
373
_cControlType
= ControlType.HeaderItem;
MS\Internal\AutomationProxies\WindowsTab.cs (2)
42
_cControlType
= ControlType.Tab;
912
_cControlType
= ControlType.TabItem;
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
38
_cControlType
= ControlType.TitleBar;
255
_cControlType
= ControlType.Button;
MS\Internal\AutomationProxies\WindowsToolbar.cs (5)
35
_cControlType
= ControlType.ToolBar;
379
_cControlType
= ControlType.Button;
383
_cControlType
= ControlType.Separator;
397
_cControlType
= ControlType.SplitButton;
403
_cControlType
= ControlType.MenuItem;
MS\Internal\AutomationProxies\WindowsToolbarAsMenu.cs (2)
39
_cControlType
= ControlType.MenuBar;
44
_cControlType
= ControlType.Menu;
MS\Internal\AutomationProxies\WindowsToolbarItemAsMenuItem.cs (1)
38
_cControlType
= ControlType.MenuItem;
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
38
_cControlType
= ControlType.ToolTip;
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
33
_cControlType
= ControlType.Tree;
731
_cControlType
= ControlType.TreeItem;
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
35
_cControlType
= ControlType.Spinner;
434
_cControlType
= ControlType.Button;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
98
_cControlType
= ControlType.Spinner;
6 references to _cControlType
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\ProxySimple.cs (2)
198
return
_cControlType
!= null ? (object)
_cControlType
.Id : null;
MS\Internal\AutomationProxies\WindowsToolbar.cs (4)
406
_fIsContent =
_cControlType
!= ControlType.Separator;
429
if (
_cControlType
== ControlType.Separator)
471
return
_cControlType
!= ControlType.Separator;
588
return
_cControlType
== ControlType.Separator;