6 references to WindowFrame
System.Drawing.Primitives (5)
System\Drawing\ColorTranslator.cs (4)
122
case KnownColor.
WindowFrame
:
201
return Color.FromKnownColor(KnownColor.
WindowFrame
);
371
case KnownColor.
WindowFrame
:
429
["windowframe"] = Color.FromKnownColor(KnownColor.
WindowFrame
),
System\Drawing\SystemColors.cs (1)
52
public static Color WindowFrame => Color.FromKnownColor(KnownColor.
WindowFrame
);
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
401
DrawBorder(graphics, bounds, Color.FromKnownColor(KnownColor.
WindowFrame
), ButtonBorderStyle.Solid);