5 references to MenuBar
System.Drawing.Common (2)
System\Drawing\SystemBrushes.cs (1)
43public static Brush MenuBar => FromSystemColor(SystemColors.MenuBar);
System\Drawing\SystemPens.cs (1)
44public static Pen MenuBar => FromSystemColor(SystemColors.MenuBar);
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderEventArgs.cs (1)
81_backColor = SystemColors.MenuBar;
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (2)
265? SystemColors.MenuBar 278? SystemColors.MenuBar