3 references to Normal
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (3)
91
if (t_renderer is null && VisualStyleRenderer.IsElementDefined(VisualStyleElement.ToolBar.Button.
Normal
))
93
t_renderer = new VisualStyleRenderer(VisualStyleElement.ToolBar.Button.
Normal
);
708
VisualStyleElement toolBarElement = VisualStyleElement.ToolBar.Button.
Normal
;