10 references to InfoText
System.Drawing.Common.Tests (4)
System\Drawing\ColorTranslatorTests.cs (2)
33
yield return (unchecked((int)0x80000017), SystemColors.
InfoText
);
127
yield return ("infotext", SystemColors.
InfoText
);
System\Drawing\SystemBrushesTests.cs (1)
34
yield return Brush(() => SystemBrushes.InfoText, SystemColors.
InfoText
);
System\Drawing\SystemPensTest.cs (1)
36
yield return Pen(() => SystemPens.InfoText, 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)
1585
_helpTextCtrl.ForeColor = SystemColors.
InfoText
;
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolTipTests.cs (2)
27
Assert.Equal(SystemColors.
InfoText
, toolTip.ForeColor);
57
Assert.Equal(SystemColors.
InfoText
, toolTip.ForeColor);