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