7 references to PropBackColor
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Control.cs (7)
1038if (!Properties.ContainsObject(PropBackColor)) { 1119if (!value.IsEmpty || Properties.ContainsObject(PropBackColor)) { 1120Properties.SetColor(PropBackColor, value); 3507return Properties.GetColor(PropBackColor); 3833bool checkBackColor = !Properties.ContainsObject(PropBackColor); 8329Color backColor = Properties.GetColor(PropBackColor); 12246Color backColor = Properties.GetColor(PropBackColor);