72 writes to _cControlType
UIAutomationClientsideProviders (72)
MS\Internal\AutomationProxies\WindowsAltTab.cs (2)
48
_cControlType
= ControlType.List;
341
_cControlType
= ControlType.ListItem;
MS\Internal\AutomationProxies\WindowsButton.cs (5)
61
_cControlType
= ControlType.Button;
66
_cControlType
= ControlType.CheckBox;
73
_cControlType
= ControlType.RadioButton;
80
_cControlType
= ControlType.Group;
87
_cControlType
= ControlType.Custom;
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
58
_cControlType
= ControlType.ComboBox;
905
_cControlType
= ControlType.Button;
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
55
_cControlType
= ControlType.Document;
59
_cControlType
= ControlType.Edit;
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
45
_cControlType
= ControlType.Hyperlink;
MS\Internal\AutomationProxies\WindowsHyperlink.cs (2)
41
_cControlType
= ControlType.Hyperlink;
375
_cControlType
= ControlType.Hyperlink;
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
43
_cControlType
= ControlType.Custom;
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
47
_cControlType
= ControlType.List;
680
_cControlType
= ControlType.ListItem;
MS\Internal\AutomationProxies\WindowsListView.cs (2)
83
_cControlType
= ControlType.DataGrid;
87
_cControlType
= ControlType.List;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
41
_cControlType
= ControlType.Group;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
44
_cControlType
= ControlType.Button;
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
48
_cControlType
= ControlType.DataItem;
52
_cControlType
= ControlType.ListItem;
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
40
_cControlType
= ControlType.CheckBox;
MS\Internal\AutomationProxies\WindowsListViewItemStartMenu.cs (1)
55
_cControlType
= ControlType.MenuItem;
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
42
_cControlType
= WindowsListView.ListViewEditable(hwnd) ? ControlType.Edit : ControlType.Text;
MS\Internal\AutomationProxies\WindowsMenu.cs (8)
71
_cControlType
= ControlType.MenuBar;
78
_cControlType
= ControlType.MenuBar;
94
_cControlType
= ControlType.Menu;
109
_cControlType
= ControlType.Menu;
121
_cControlType
= ControlType.Menu;
1196
_cControlType
= ControlType.Separator;
1202
_cControlType
= ControlType.MenuItem;
2875
_cControlType
= ControlType.MenuItem;
MS\Internal\AutomationProxies\WindowsProgressbar.cs (1)
39
_cControlType
= ControlType.ProgressBar;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
47
_cControlType
= ControlType.Document;
51
_cControlType
= ControlType.Edit;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
50
_cControlType
= ControlType.ScrollBar;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (5)
60
_cControlType
= ControlType.Button;
65
_cControlType
= ControlType.Button;
70
_cControlType
= ControlType.Button;
75
_cControlType
= ControlType.Button;
80
_cControlType
= ControlType.Thumb;
MS\Internal\AutomationProxies\WindowsSlider.cs (3)
46
_cControlType
= ControlType.Slider;
387
_cControlType
= ControlType.Thumb;
391
_cControlType
= ControlType.Button;
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
47
_cControlType
= ControlType.Spinner;
MS\Internal\AutomationProxies\WindowsStatic.cs (2)
41
_cControlType
= ControlType.Text;
47
_cControlType
= ControlType.Image;
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
41
_cControlType
= ControlType.StatusBar;
439
_cControlType
= ControlType.Edit;
MS\Internal\AutomationProxies\WindowsSysHeader.cs (3)
49
_cControlType
= ControlType.Header;
378
_cControlType
= ControlType.SplitButton;
382
_cControlType
= ControlType.HeaderItem;
MS\Internal\AutomationProxies\WindowsTab.cs (2)
40
_cControlType
= ControlType.Tab;
910
_cControlType
= ControlType.TabItem;
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
46
_cControlType
= ControlType.TitleBar;
263
_cControlType
= ControlType.Button;
MS\Internal\AutomationProxies\WindowsToolbar.cs (5)
42
_cControlType
= ControlType.ToolBar;
387
_cControlType
= ControlType.Button;
391
_cControlType
= ControlType.Separator;
405
_cControlType
= ControlType.SplitButton;
411
_cControlType
= ControlType.MenuItem;
MS\Internal\AutomationProxies\WindowsToolbarAsMenu.cs (2)
45
_cControlType
= ControlType.MenuBar;
50
_cControlType
= ControlType.Menu;
MS\Internal\AutomationProxies\WindowsToolbarItemAsMenuItem.cs (1)
44
_cControlType
= ControlType.MenuItem;
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
45
_cControlType
= ControlType.ToolTip;
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
42
_cControlType
= ControlType.Tree;
740
_cControlType
= ControlType.TreeItem;
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
44
_cControlType
= ControlType.Spinner;
447
_cControlType
= ControlType.Button;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
106
_cControlType
= ControlType.Spinner;
6 references to _cControlType
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\ProxySimple.cs (2)
205
return
_cControlType
!= null ? (object)
_cControlType
.Id : null;
MS\Internal\AutomationProxies\WindowsToolbar.cs (4)
414
_fIsContent =
_cControlType
!= ControlType.Separator;
437
if (
_cControlType
== ControlType.Separator)
479
return
_cControlType
!= ControlType.Separator;
596
return
_cControlType
== ControlType.Separator;