4 references to DefaultBackColor
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (1)
1111
return
DefaultBackColor
;
winforms\Managed\System\WinForms\Form.cs (1)
775
return
DefaultBackColor
;
winforms\Managed\System\WinForms\TabPage.cs (1)
120
if (color !=
DefaultBackColor
)
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
551
return Control.
DefaultBackColor
;