6 references to Window
System.Drawing.Common.Tests (1)
System\Drawing\SystemBrushesTests.cs (1)
40
yield return Brush(() => SystemBrushes.
Window
, SystemColors.Window);
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBoxRenderer.cs (1)
40
g.FillRectangle(SystemBrushes.
Window
, fillRect);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.cs (1)
87
pevent.Graphics.FillRectangle(SystemBrushes.
Window
, dropDownButtonRect);
System\Windows\Forms\Controls\TextBox\TextBoxRenderer.cs (1)
34
g.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)
291
g.FillRectangle(SystemBrushes.
Window
, editRect);