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