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