4 references to CheckBox
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsButton.cs (3)
64
else if(type == ButtonType.
CheckBox
)
136
type = ButtonType.
CheckBox
;
255
else if (iid == TogglePattern.Pattern && _type == ButtonType.
CheckBox
)
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
95
return new WindowsButton(hwnd, null, WindowsButton.ButtonType.
CheckBox
, Misc.GetWindowStyle(hwnd) & NativeMethods.BS_TYPEMASK, acc);