72 writes to _cControlType
UIAutomationClientSideProviders (72)
MS\Internal\AutomationProxies\WindowsAltTab.cs (2)
31
_cControlType
= ControlType.List;
321
_cControlType
= ControlType.ListItem;
MS\Internal\AutomationProxies\WindowsButton.cs (5)
48
_cControlType
= ControlType.Button;
53
_cControlType
= ControlType.CheckBox;
60
_cControlType
= ControlType.RadioButton;
67
_cControlType
= ControlType.Group;
74
_cControlType
= ControlType.Custom;
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
45
_cControlType
= ControlType.ComboBox;
877
_cControlType
= ControlType.Button;
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
40
_cControlType
= ControlType.Document;
44
_cControlType
= ControlType.Edit;
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
28
_cControlType
= ControlType.Hyperlink;
MS\Internal\AutomationProxies\WindowsHyperlink.cs (2)
30
_cControlType
= ControlType.Hyperlink;
357
_cControlType
= ControlType.Hyperlink;
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
32
_cControlType
= ControlType.Custom;
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
34
_cControlType
= ControlType.List;
658
_cControlType
= ControlType.ListItem;
MS\Internal\AutomationProxies\WindowsListView.cs (2)
72
_cControlType
= ControlType.DataGrid;
76
_cControlType
= ControlType.List;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
31
_cControlType
= ControlType.Group;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
40
_cControlType
= ControlType.Button;
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
35
_cControlType
= ControlType.DataItem;
39
_cControlType
= ControlType.ListItem;
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
32
_cControlType
= ControlType.CheckBox;
MS\Internal\AutomationProxies\WindowsListViewItemStartMenu.cs (1)
43
_cControlType
= ControlType.MenuItem;
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
33
_cControlType
= WindowsListView.ListViewEditable(hwnd) ? ControlType.Edit : ControlType.Text;
MS\Internal\AutomationProxies\WindowsMenu.cs (8)
54
_cControlType
= ControlType.MenuBar;
61
_cControlType
= ControlType.MenuBar;
77
_cControlType
= ControlType.Menu;
92
_cControlType
= ControlType.Menu;
104
_cControlType
= ControlType.Menu;
1177
_cControlType
= ControlType.Separator;
1183
_cControlType
= ControlType.MenuItem;
2854
_cControlType
= ControlType.MenuItem;
MS\Internal\AutomationProxies\WindowsProgressbar.cs (1)
26
_cControlType
= ControlType.ProgressBar;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
34
_cControlType
= ControlType.Document;
38
_cControlType
= ControlType.Edit;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
39
_cControlType
= ControlType.ScrollBar;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (5)
50
_cControlType
= ControlType.Button;
55
_cControlType
= ControlType.Button;
60
_cControlType
= ControlType.Button;
65
_cControlType
= ControlType.Button;
70
_cControlType
= ControlType.Thumb;
MS\Internal\AutomationProxies\WindowsSlider.cs (3)
33
_cControlType
= ControlType.Slider;
370
_cControlType
= ControlType.Thumb;
374
_cControlType
= ControlType.Button;
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
33
_cControlType
= ControlType.Spinner;
MS\Internal\AutomationProxies\WindowsStatic.cs (2)
30
_cControlType
= ControlType.Text;
36
_cControlType
= ControlType.Image;
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
30
_cControlType
= ControlType.StatusBar;
425
_cControlType
= ControlType.Edit;
MS\Internal\AutomationProxies\WindowsSysHeader.cs (3)
35
_cControlType
= ControlType.Header;
362
_cControlType
= ControlType.SplitButton;
366
_cControlType
= ControlType.HeaderItem;
MS\Internal\AutomationProxies\WindowsTab.cs (2)
39
_cControlType
= ControlType.Tab;
904
_cControlType
= ControlType.TabItem;
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
33
_cControlType
= ControlType.TitleBar;
250
_cControlType
= ControlType.Button;
MS\Internal\AutomationProxies\WindowsToolbar.cs (5)
31
_cControlType
= ControlType.ToolBar;
372
_cControlType
= ControlType.Button;
376
_cControlType
= ControlType.Separator;
390
_cControlType
= ControlType.SplitButton;
396
_cControlType
= ControlType.MenuItem;
MS\Internal\AutomationProxies\WindowsToolbarAsMenu.cs (2)
37
_cControlType
= ControlType.MenuBar;
42
_cControlType
= ControlType.Menu;
MS\Internal\AutomationProxies\WindowsToolbarItemAsMenuItem.cs (1)
37
_cControlType
= ControlType.MenuItem;
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
30
_cControlType
= ControlType.ToolTip;
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
30
_cControlType
= ControlType.Tree;
724
_cControlType
= ControlType.TreeItem;
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
30
_cControlType
= ControlType.Spinner;
426
_cControlType
= ControlType.Button;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
95
_cControlType
= ControlType.Spinner;
6 references to _cControlType
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\ProxySimple.cs (2)
189
return
_cControlType
!= null ? (object)
_cControlType
.Id : null;
MS\Internal\AutomationProxies\WindowsToolbar.cs (4)
399
_fIsContent =
_cControlType
!= ControlType.Separator;
422
if (
_cControlType
== ControlType.Separator)
464
return
_cControlType
!= ControlType.Separator;
581
return
_cControlType
== ControlType.Separator;