8 references to Window
System.Drawing.Common.Tests (1)
System\Drawing\SystemBrushesTests.cs (1)
40yield return Brush(() => SystemBrushes.Window, SystemColors.Window);
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBoxRenderer.cs (1)
40g.FillRectangle(SystemBrushes.Window, fillRect);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.cs (1)
87pevent.Graphics.FillRectangle(SystemBrushes.Window, dropDownButtonRect);
System\Windows\Forms\Controls\TextBox\TextBoxRenderer.cs (1)
34g.FillRectangle(SystemBrushes.Window, fillRect);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
1322: SystemBrushes.Window;
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
291g.FillRectangle(SystemBrushes.Window, editRect);
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (2)
743e.Graphics.FillRectangle(SystemBrushes.Window, imageBounds); 778e.Graphics.FillRectangle(SystemBrushes.Window, fillBounds);