5 references to CheckBox
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1706
case AutomationControlType.CheckBox: controlType = ControlType.
CheckBox
; break;
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
1247
new RoleCtrlType(AccessibleRole.CheckButton, ControlType.
CheckBox
),
1300
new CtrlTypePatterns(ControlType.
CheckBox
, TogglePattern.Pattern),
MS\Internal\AutomationProxies\WindowsButton.cs (1)
53
_cControlType = ControlType.
CheckBox
;
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
32
_cControlType = ControlType.
CheckBox
;