4 references to Normal
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 (1)
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (1)
389
yield return new object[] { I(() => VisualStyleElement.ToolBar.Button.
Normal
), "TOOLBAR", 1, 1 };