10 references to Window
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ComboBoxRenderer.cs (1)
57
g.FillRectangle(SystemBrushes.
Window
, fillRect);
winforms\Managed\System\WinForms\ControlPaint.cs (1)
1240
SystemBrushes.
Window
;
winforms\Managed\System\WinForms\DataGrid.cs (2)
617
return (SolidBrush)SystemBrushes.
Window
;
642
return (SolidBrush)SystemBrushes.
Window
;
winforms\Managed\System\WinForms\DataGridTable.cs (2)
324
return (SolidBrush)SystemBrushes.
Window
;
329
return (SolidBrush)SystemBrushes.
Window
;
winforms\Managed\System\WinForms\DataGridView.cs (1)
2477
return (SolidBrush) SystemBrushes.
Window
;
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (1)
99
pevent.Graphics.FillRectangle(SystemBrushes.
Window
, dropDownButtonRect);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
207
backgroundBrush = SystemBrushes.
Window
;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
1225
graphics.FillRectangle(SystemBrushes.
Window
, this.formRectangle);