5 references to PushButton
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\WindowsButton.cs (4)
59
if(type == ButtonType.
PushButton
)
129
type = ButtonType.
PushButton
;
242
if (iid == InvokePattern.Pattern && _type == ButtonType.
PushButton
)
518
if (_type == ButtonType.
PushButton
&& !IsStartButton())
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
101
return new WindowsButton(hwnd, null, WindowsButton.ButtonType.
PushButton
, Misc.GetWindowStyle(hwnd) & NativeMethods.BS_TYPEMASK, acc);