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