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