4 references to PushButton
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
583case AccessibleRole.PushButton:
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (1)
313return AccessibleRole.PushButton;
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4240return AccessibleRole.PushButton;
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1943return AccessibleRole.PushButton;