10 references to WindowFrame
System.Drawing.Common.Tests (4)
System\Drawing\ColorTranslatorTests.cs (2)
40
yield return (unchecked((int)0x80000006), SystemColors.
WindowFrame
);
132
yield return ("windowframe", SystemColors.
WindowFrame
);
System\Drawing\SystemBrushesTests.cs (1)
41
yield return Brush(() => SystemBrushes.WindowFrame, SystemColors.
WindowFrame
);
System\Drawing\SystemPensTest.cs (1)
43
yield return Pen(() => SystemPens.WindowFrame, SystemColors.
WindowFrame
);
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
2080
private static Color DefaultGridColor => SystemColors.
WindowFrame
;
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
1453
: SystemColors.
WindowFrame
;
System\Windows\Forms\Rendering\ControlPaint.cs (2)
140
=> SystemInformation.HighContrast ? SystemColors.
WindowFrame
: SystemColors.ControlDark;
1668
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
;