9 references to MenuText
System.Drawing.Common (2)
System\Drawing\SystemBrushes.cs (1)
45
public static Brush MenuText => FromSystemColor(SystemColors.
MenuText
);
System\Drawing\SystemPens.cs (1)
46
public static Pen MenuText => FromSystemColor(SystemColors.
MenuText
);
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ProfessionalColorTable.cs (3)
516
rgbTable[KnownColors.msocbvcrDocTabBdrDarkMouseOver] = SystemColors.
MenuText
;
519
rgbTable[KnownColors.msocbvcrDocTabBdrLightMouseOver] = SystemColors.
MenuText
;
521
rgbTable[KnownColors.msocbvcrDocTabBdrMouseOver] = SystemColors.
MenuText
;
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (3)
952
Color textColor = SystemColors.
MenuText
;
965
textColor = SystemColors.
MenuText
;
1007
Color arrowColor = (Selected || Pressed) ? SystemColors.HighlightText : SystemColors.
MenuText
;
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemDarkModeRenderer.cs (1)
61
Color c when c == SystemColors.
MenuText
=> Color.FromArgb(240, 240, 240),