4 references to Button
System.Windows.Forms (4)
winforms\Managed\System\WinForms\StatusBar.cs (1)
81
renderer = new VisualStyleRenderer(VisualStyleElement.ToolBar.
Button
.Normal);
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (3)
52
if (renderer == null && VisualStyleRenderer.IsElementDefined(VisualStyleElement.ToolBar.
Button
.Normal)) {
53
renderer = new VisualStyleRenderer(VisualStyleElement.ToolBar.
Button
.Normal);
568
VisualStyleElement toolBarElement = VisualStyleElement.ToolBar.
Button
.Normal;