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