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