5 references to PushButton
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsButton.cs (4)
46
if(type == ButtonType.
PushButton
)
112
type = ButtonType.
PushButton
;
225
if (iid == InvokePattern.Pattern && _type == ButtonType.
PushButton
)
498
if (_type == ButtonType.
PushButton
&& !IsStartButton())
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
90
return new WindowsButton(hwnd, null, WindowsButton.ButtonType.
PushButton
, Misc.GetWindowStyle(hwnd) & NativeMethods.BS_TYPEMASK, acc);