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