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