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