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