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