20 references to Window
System.Drawing.Common.Tests (1)
System\Drawing\SystemPensTest.cs (1)
42yield return Pen(() => SystemPens.Window, SystemColors.Window);
System.Windows.Forms (19)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
2331g.DrawRectangle(SystemPens.Window, rect);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6899g.DrawRectangle(SystemPens.Window, rect);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2914g.DrawRectangle(SystemPens.Window, rect);
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
830g.DrawRectangle(SystemPens.Window, rect);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3155g.DrawRectangle(SystemPens.Window, rect);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (2)
459SystemPens.Window, 465SystemPens.Window,
System\Windows\Forms\Rendering\ControlPaint.cs (12)
2340g.DrawLine(SystemPens.Window, right - 1, y, right - 1, bottom - 1); 2341g.DrawLine(SystemPens.Window, x, bottom - 1, right - 1, bottom - 1); 2347g.DrawLine(SystemPens.Window, x, y, right - 1, y); 2348g.DrawLine(SystemPens.Window, x, y, x, bottom - 1); 2368g.DrawLine(SystemPens.Window, bound.X, bound.Y, bound.X + bound.Width - 1, bound.Y); 2369g.DrawLine(SystemPens.Window, bound.X, bound.Y, bound.X, bound.Y + bound.Height - 1); 2379g.DrawLine(SystemPens.Window, bound.X, bound.Y, bound.X + bound.Width - 1, bound.Y); 2380g.DrawLine(SystemPens.Window, bound.X, bound.Y, bound.X, bound.Y + bound.Height - 1); 2389g.DrawLine(SystemPens.Window, bound.X + bound.Width - 1, bound.Y, bound.X + bound.Width - 1, bound.Y + bound.Height - 1); 2390g.DrawLine(SystemPens.Window, bound.X, bound.Y + bound.Height - 1, bound.X + bound.Width - 1, bound.Y + bound.Height - 1); 2401g.DrawLine(SystemPens.Window, bound.X + bound.Width - 1, bound.Y, bound.X + bound.Width - 1, bound.Y + bound.Height - 1); 2402g.DrawLine(SystemPens.Window, bound.X, bound.Y + bound.Height - 1, bound.X + bound.Width - 1, bound.Y + bound.Height - 1);