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