5 references to PropBackColor
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripItem.cs (5)
555if (!value.IsEmpty || Properties.ContainsObject(PropBackColor)) { 556Properties.SetColor(PropBackColor, value); 2001return Properties.GetColor(PropBackColor); 3268Color backColor = Properties.GetColor(PropBackColor); 3667Color backColor = Properties.GetColor(PropBackColor);