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)
205return _cControlType != null ? (object)_cControlType.Id : null;
MS\Internal\AutomationProxies\WindowsToolbar.cs (4)
414_fIsContent = _cControlType != ControlType.Separator; 437if (_cControlType == ControlType.Separator) 479return _cControlType != ControlType.Separator; 596return _cControlType == ControlType.Separator;