6 references to WindowFrame
System.Drawing (2)
commonui\System\Drawing\SystemBrushes.cs (1)
345
return FromSystemColor(SystemColors.
WindowFrame
);
commonui\System\Drawing\SystemPens.cs (1)
345
return FromSystemColor(SystemColors.
WindowFrame
);
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ControlPaint.cs (1)
142
return SystemInformation.HighContrast ? SystemColors.
WindowFrame
: SystemColors.ControlDark;
winforms\Managed\System\WinForms\DataGridParentRows.cs (1)
41
private Brush borderBrush = new SolidBrush(SystemColors.
WindowFrame
);
winforms\Managed\System\WinForms\DrawToolTipEventArgs.cs (1)
159
ControlPaint.DrawBorder(graphics, bounds, SystemColors.
WindowFrame
, ButtonBorderStyle.Solid);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleInformation.cs (1)
287
return SystemColors.
WindowFrame
;