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