6 references to s_backColorProperty
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
755
if (!Properties.ContainsKey(
s_backColorProperty
))
889
Properties.AddOrRemoveValue(
s_backColorProperty
, value);
2739
internal Color RawBackColor => Properties.GetValueOrDefault<Color>(
s_backColorProperty
);
3018
bool checkBackColor = !Properties.ContainsKey(
s_backColorProperty
);
6977
Color backColor = Properties.GetValueOrDefault<Color>(
s_backColorProperty
);
10561
Color backColor = Properties.GetValueOrDefault<Color>(
s_backColorProperty
);