5 references to RadioButton
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsButton.cs (4)
64else if(type == ButtonType.RadioButton) 130type = ButtonType.RadioButton; 240else if (iid == SelectionItemPattern.Pattern && _type == ButtonType.RadioButton) 337new WindowsButton(hwndRadioButton, null, ButtonType.RadioButton, Misc.GetWindowStyle(hwndRadioButton) & NativeMethods.BS_TYPEMASK, accRadioButton)
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
98return new WindowsButton(hwnd, null, WindowsButton.ButtonType.RadioButton, Misc.GetWindowStyle(hwnd) & NativeMethods.BS_TYPEMASK, acc);