4 references to WindowText
System.Drawing.Common.Tests (1)
System\Drawing\SystemPensTest.cs (1)
44
yield return Pen(() => SystemPens.
WindowText
, SystemColors.WindowText);
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1858
g.DrawRectangle(SystemPens.
WindowText
, rectPaint);
System.Windows.Forms.Design (2)
System\Drawing\Design\ColorEditor.ColorUI.cs (1)
276
graphics.DrawRectangle(SystemPens.
WindowText
, new Rectangle(die.Bounds.X + 2, die.Bounds.Y + 2, 22 - 1, die.Bounds.Height - 4 - 1));
System\Drawing\Design\CursorEditor.CursorUI.cs (1)
70
e.Graphics.DrawRectangle(SystemPens.
WindowText
, new Rectangle(e.Bounds.X + 2, e.Bounds.Y + 2, 32 - 1, e.Bounds.Height - 4 - 1));