8 references to HighlightText
System.Drawing (7)
commonui\System\Drawing\Advanced\ColorTranslator.cs (4)
92
case KnownColor.
HighlightText
:
175
return Color.FromKnownColor(KnownColor.
HighlightText
);
309
case KnownColor.
HighlightText
: colorString = "highlighttext"; break;
358
htmlSysColorTable["highlighttext"] = Color.FromKnownColor(KnownColor.
HighlightText
);
commonui\System\Drawing\KnownColorTable.cs (2)
242
values[(int)KnownColor.
HighlightText
] = "HighlightText";
464
colorTable[(int)KnownColor.
HighlightText
] = SystemColorToArgb((int)SafeNativeMethods.Win32SystemColors.HighlightText);
commonui\System\Drawing\SystemColors.cs (1)
231
return new Color(KnownColor.
HighlightText
);
System.Web (1)
UI\WebControls\WebColorConverter.cs (1)
148
t["highlighttext"] = Color.FromKnownColor(KnownColor.
HighlightText
);