2 references to CheckBox
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1624
case AutomationControlType.
CheckBox
: controlType = ControlType.CheckBox; break;
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\CheckBoxAutomationPeer.cs (1)
33
return AutomationControlType.
CheckBox
;