5 references to PushButton
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsButton.cs (4)
47if(type == ButtonType.PushButton) 113type = ButtonType.PushButton; 226if (iid == InvokePattern.Pattern && _type == ButtonType.PushButton) 502if (_type == ButtonType.PushButton && !IsStartButton())
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
91return new WindowsButton(hwnd, null, WindowsButton.ButtonType.PushButton, Misc.GetWindowStyle(hwnd) & NativeMethods.BS_TYPEMASK, acc);