6 references to InfoText
System.Drawing.Common (2)
System\Drawing\SystemBrushes.cs (1)
40
public static Brush InfoText => FromSystemColor(SystemColors.
InfoText
);
System\Drawing\SystemPens.cs (1)
41
public static Pen InfoText => FromSystemColor(SystemColors.
InfoText
);
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ProfessionalColorTable.cs (1)
656
rgbTable[KnownColors.msocbvcrWPInfoTipText] = SystemColors.
InfoText
;
System\Windows\Forms\ToolTip\ToolTip.cs (2)
44
private Color _foreColor = SystemColors.
InfoText
;
778
if (ForeColor != SystemColors.
InfoText
)
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1581
_helpTextCtrl.ForeColor = SystemColors.
InfoText
;