4 references to PushButton
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ButtonRenderer.cs (1)
27
private static readonly VisualStyleElement ButtonElement = VisualStyleElement.Button.
PushButton
.Normal;
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
30
private static readonly VisualStyleElement ButtonElement = VisualStyleElement.Button.
PushButton
.Normal;
winforms\Managed\System\WinForms\VisualStyles\VisualStyleInformation.cs (2)
300
visualStyleRenderer = new VisualStyleRenderer(VisualStyleElement.Button.
PushButton
.Normal);
304
visualStyleRenderer.SetParameters(VisualStyleElement.Button.
PushButton
.Normal);