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