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)
189return _cControlType != null ? (object)_cControlType.Id : null;
MS\Internal\AutomationProxies\WindowsToolbar.cs (4)
399_fIsContent = _cControlType != ControlType.Separator; 422if (_cControlType == ControlType.Separator) 464return _cControlType != ControlType.Separator; 581return _cControlType == ControlType.Separator;