5 references to RadioButton
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\WindowsButton.cs (4)
71else if(type == ButtonType.RadioButton) 141type = ButtonType.RadioButton; 251else if (iid == SelectionItemPattern.Pattern && _type == ButtonType.RadioButton) 348new WindowsButton(hwndRadioButton, null, ButtonType.RadioButton, Misc.GetWindowStyle(hwndRadioButton) & NativeMethods.BS_TYPEMASK, accRadioButton)
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
104return new WindowsButton(hwnd, null, WindowsButton.ButtonType.RadioButton, Misc.GetWindowStyle(hwnd) & NativeMethods.BS_TYPEMASK, acc);