5 references to PushButton
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsButton.cs (4)
52if(type == ButtonType.PushButton) 118type = ButtonType.PushButton; 231if (iid == InvokePattern.Pattern && _type == ButtonType.PushButton) 507if (_type == ButtonType.PushButton && !IsStartButton())
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
95return new WindowsButton(hwnd, null, WindowsButton.ButtonType.PushButton, Misc.GetWindowStyle(hwnd) & NativeMethods.BS_TYPEMASK, acc);