6 references to GroupBox
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WindowsButton.cs (4)
78
else if (type == ButtonType.
GroupBox
)
145
type = ButtonType.
GroupBox
;
247
else if (iid == SelectionPattern.Pattern && _type == ButtonType.
GroupBox
)
420
return new WindowsButton(hwndParent, null, ButtonType.
GroupBox
, Misc.GetWindowStyle(hwndParent) & NativeMethods.BS_TYPEMASK, accParent);
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (2)
61
return new WindowsButton(hwnd, null, WindowsButton.ButtonType.
GroupBox
, Misc.GetWindowStyle(hwnd) & NativeMethods.BS_TYPEMASK, acc);
98
return new WindowsButton(hwnd, null, WindowsButton.ButtonType.
GroupBox
, Misc.GetWindowStyle(hwnd) & NativeMethods.BS_TYPEMASK, acc);