3 references to HighlightText
System.Drawing.Common.Tests (1)
System\Drawing\SystemPensTest.cs (1)
30yield return Pen(() => SystemPens.HighlightText, SystemColors.HighlightText);
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripHighContrastRenderer.cs (1)
149g.DrawRectangle(SystemPens.HighlightText, dropDownRect);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TabOrder.cs (1)
281pen = SystemPens.HighlightText;