4 references to CheckBox
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsButton.cs (3)
57
else if(type == ButtonType.
CheckBox
)
125
type = ButtonType.
CheckBox
;
244
else if (iid == TogglePattern.Pattern && _type == ButtonType.
CheckBox
)
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
89
return new WindowsButton(hwnd, null, WindowsButton.ButtonType.
CheckBox
, Misc.GetWindowStyle(hwnd) & NativeMethods.BS_TYPEMASK, acc);