9 references to Button
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (3)
57
if (t_renderer is null && VisualStyleRenderer.IsElementDefined(VisualStyleElement.ToolBar.
Button
.Normal))
59
t_renderer = new VisualStyleRenderer(VisualStyleElement.ToolBar.
Button
.Normal);
649
VisualStyleElement toolBarElement = VisualStyleElement.ToolBar.
Button
.Normal;
System.Windows.Forms.Tests (6)
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (6)
389
yield return new object[] { I(() => VisualStyleElement.ToolBar.
Button
.Normal), "TOOLBAR", 1, 1 };
390
yield return new object[] { I(() => VisualStyleElement.ToolBar.
Button
.Hot), "TOOLBAR", 1, 2 };
391
yield return new object[] { I(() => VisualStyleElement.ToolBar.
Button
.Pressed), "TOOLBAR", 1, 3 };
392
yield return new object[] { I(() => VisualStyleElement.ToolBar.
Button
.Disabled), "TOOLBAR", 1, 4 };
393
yield return new object[] { I(() => VisualStyleElement.ToolBar.
Button
.Checked), "TOOLBAR", 1, 5 };
394
yield return new object[] { I(() => VisualStyleElement.ToolBar.
Button
.HotChecked), "TOOLBAR", 1, 6 };