6 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)
1325: SystemBrushes.Window;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
291g.FillRectangle(SystemBrushes.Window, editRect);