3 references to WindowFrame
System.Drawing.Common.Tests (1)
System\Drawing\SystemPensTest.cs (1)
43
yield return Pen(() => SystemPens.
WindowFrame
, SystemColors.WindowFrame);
System.Windows.Forms.Design (2)
System\Drawing\Design\ImageEditor.cs (1)
179
e.Graphics.DrawRectangle(SystemPens.
WindowFrame
, r);
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (1)
271
e.Graphics.DrawRectangle(SystemPens.
WindowFrame
, rc.X, rc.Y, rc.Width - 1, rc.Height - 1);