2 references to CheckBox
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1706
case AutomationControlType.
CheckBox
: controlType = ControlType.CheckBox; break;
PresentationFramework (1)
System\Windows\Automation\Peers\CheckBoxAutomationPeer.cs (1)
24
return AutomationControlType.
CheckBox
;