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)
194return _cControlType != null ? (object)_cControlType.Id : null;
MS\Internal\AutomationProxies\WindowsToolbar.cs (4)
403_fIsContent = _cControlType != ControlType.Separator; 426if (_cControlType == ControlType.Separator) 468return _cControlType != ControlType.Separator; 585return _cControlType == ControlType.Separator;