72 writes to _cControlType
UIAutomationClientSideProviders (72)
MS\Internal\AutomationProxies\WindowsAltTab.cs (2)
35
_cControlType
= ControlType.List;
328
_cControlType
= ControlType.ListItem;
MS\Internal\AutomationProxies\WindowsButton.cs (5)
49
_cControlType
= ControlType.Button;
54
_cControlType
= ControlType.CheckBox;
61
_cControlType
= ControlType.RadioButton;
68
_cControlType
= ControlType.Group;
75
_cControlType
= ControlType.Custom;
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
46
_cControlType
= ControlType.ComboBox;
888
_cControlType
= ControlType.Button;
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
41
_cControlType
= ControlType.Document;
45
_cControlType
= ControlType.Edit;
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
32
_cControlType
= ControlType.Hyperlink;
MS\Internal\AutomationProxies\WindowsHyperlink.cs (2)
31
_cControlType
= ControlType.Hyperlink;
362
_cControlType
= ControlType.Hyperlink;
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
33
_cControlType
= ControlType.Custom;
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
35
_cControlType
= ControlType.List;
668
_cControlType
= ControlType.ListItem;
MS\Internal\AutomationProxies\WindowsListView.cs (2)
73
_cControlType
= ControlType.DataGrid;
77
_cControlType
= ControlType.List;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
32
_cControlType
= ControlType.Group;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
41
_cControlType
= ControlType.Button;
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
40
_cControlType
= ControlType.DataItem;
44
_cControlType
= ControlType.ListItem;
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
33
_cControlType
= ControlType.CheckBox;
MS\Internal\AutomationProxies\WindowsListViewItemStartMenu.cs (1)
44
_cControlType
= ControlType.MenuItem;
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
34
_cControlType
= WindowsListView.ListViewEditable(hwnd) ? ControlType.Edit : ControlType.Text;
MS\Internal\AutomationProxies\WindowsMenu.cs (8)
58
_cControlType
= ControlType.MenuBar;
65
_cControlType
= ControlType.MenuBar;
81
_cControlType
= ControlType.Menu;
96
_cControlType
= ControlType.Menu;
108
_cControlType
= ControlType.Menu;
1181
_cControlType
= ControlType.Separator;
1187
_cControlType
= ControlType.MenuItem;
2860
_cControlType
= ControlType.MenuItem;
MS\Internal\AutomationProxies\WindowsProgressbar.cs (1)
27
_cControlType
= ControlType.ProgressBar;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
35
_cControlType
= ControlType.Document;
39
_cControlType
= ControlType.Edit;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
40
_cControlType
= ControlType.ScrollBar;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (5)
51
_cControlType
= ControlType.Button;
56
_cControlType
= ControlType.Button;
61
_cControlType
= ControlType.Button;
66
_cControlType
= ControlType.Button;
71
_cControlType
= ControlType.Thumb;
MS\Internal\AutomationProxies\WindowsSlider.cs (3)
34
_cControlType
= ControlType.Slider;
371
_cControlType
= ControlType.Thumb;
375
_cControlType
= ControlType.Button;
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
34
_cControlType
= ControlType.Spinner;
MS\Internal\AutomationProxies\WindowsStatic.cs (2)
31
_cControlType
= ControlType.Text;
37
_cControlType
= ControlType.Image;
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
31
_cControlType
= ControlType.StatusBar;
425
_cControlType
= ControlType.Edit;
MS\Internal\AutomationProxies\WindowsSysHeader.cs (3)
36
_cControlType
= ControlType.Header;
365
_cControlType
= ControlType.SplitButton;
369
_cControlType
= ControlType.HeaderItem;
MS\Internal\AutomationProxies\WindowsTab.cs (2)
40
_cControlType
= ControlType.Tab;
910
_cControlType
= ControlType.TabItem;
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
34
_cControlType
= ControlType.TitleBar;
251
_cControlType
= ControlType.Button;
MS\Internal\AutomationProxies\WindowsToolbar.cs (5)
32
_cControlType
= ControlType.ToolBar;
376
_cControlType
= ControlType.Button;
380
_cControlType
= ControlType.Separator;
394
_cControlType
= ControlType.SplitButton;
400
_cControlType
= ControlType.MenuItem;
MS\Internal\AutomationProxies\WindowsToolbarAsMenu.cs (2)
38
_cControlType
= ControlType.MenuBar;
43
_cControlType
= ControlType.Menu;
MS\Internal\AutomationProxies\WindowsToolbarItemAsMenuItem.cs (1)
38
_cControlType
= ControlType.MenuItem;
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
34
_cControlType
= ControlType.ToolTip;
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
31
_cControlType
= ControlType.Tree;
729
_cControlType
= ControlType.TreeItem;
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
31
_cControlType
= ControlType.Spinner;
430
_cControlType
= ControlType.Button;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
96
_cControlType
= ControlType.Spinner;
6 references to _cControlType
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\ProxySimple.cs (2)
194
return
_cControlType
!= null ? (object)
_cControlType
.Id : null;
MS\Internal\AutomationProxies\WindowsToolbar.cs (4)
403
_fIsContent =
_cControlType
!= ControlType.Separator;
426
if (
_cControlType
== ControlType.Separator)
468
return
_cControlType
!= ControlType.Separator;
585
return
_cControlType
== ControlType.Separator;