5 references to MenuBar
System.Drawing.Common (2)
System\Drawing\SystemBrushes.cs (1)
43
public static Brush MenuBar => FromSystemColor(SystemColors.
MenuBar
);
System\Drawing\SystemPens.cs (1)
44
public 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