8 references to WindowFrame
System.Drawing.Common (2)
System\Drawing\SystemBrushes.cs (1)
50
public static Brush WindowFrame => FromSystemColor(SystemColors.
WindowFrame
);
System\Drawing\SystemPens.cs (1)
51
public static Pen WindowFrame => FromSystemColor(SystemColors.
WindowFrame
);
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
2087
private static Color DefaultGridColor => SystemColors.
WindowFrame
;
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
1442
: SystemColors.
WindowFrame
;
System\Windows\Forms\Rendering\ControlPaint.cs (2)
168
=> SystemInformation.HighContrast ? SystemColors.
WindowFrame
: SystemColors.ControlDark;
1693
using Pen pen = new(SystemColors.
WindowFrame
, 1);
System\Windows\Forms\ToolTip\DrawToolTipEventArgs.cs (1)
101
ControlPaint.DrawBorder(Graphics, Bounds, SystemColors.
WindowFrame
, ButtonBorderStyle.Solid);
System\Windows\Forms\VisualStyles\VisualStyleInformation.cs (1)
183
: SystemColors.
WindowFrame
;