6 references to s_backColorProperty
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
682
if (!Properties.ContainsKey(
s_backColorProperty
))
816
Properties.AddOrRemoveValue(
s_backColorProperty
, value);
2666
internal Color RawBackColor => Properties.GetValueOrDefault<Color>(
s_backColorProperty
);
2945
bool checkBackColor = !Properties.ContainsKey(
s_backColorProperty
);
6904
Color backColor = Properties.GetValueOrDefault<Color>(
s_backColorProperty
);
10466
Color backColor = Properties.GetValueOrDefault<Color>(
s_backColorProperty
);