3 references to CheckBox
Microsoft.VisualStudio.LanguageServices (1)
Utilities\AutomationDelegatingListView.cs (1)
143return AutomationControlType.CheckBox;
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1718case AutomationControlType.CheckBox: controlType = ControlType.CheckBox; break;
PresentationFramework (1)
System\Windows\Automation\Peers\CheckBoxAutomationPeer.cs (1)
36return AutomationControlType.CheckBox;