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