10 references to WindowFrame
System.Drawing.Common.Tests (4)
System\Drawing\ColorTranslatorTests.cs (2)
40yield return (unchecked((int)0x80000006), SystemColors.WindowFrame); 132yield return ("windowframe", SystemColors.WindowFrame);
System\Drawing\SystemBrushesTests.cs (1)
41yield return Brush(() => SystemBrushes.WindowFrame, SystemColors.WindowFrame);
System\Drawing\SystemPensTest.cs (1)
43yield return Pen(() => SystemPens.WindowFrame, SystemColors.WindowFrame);
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
2080private 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; 1668using Pen pen = new(SystemColors.WindowFrame, 1);
System\Windows\Forms\ToolTip\DrawToolTipEventArgs.cs (1)
101ControlPaint.DrawBorder(Graphics, Bounds, SystemColors.WindowFrame, ButtonBorderStyle.Solid);
System\Windows\Forms\VisualStyles\VisualStyleInformation.cs (1)
183: SystemColors.WindowFrame;