8 references to s_backBrushProperty
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (8)
780
if (Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH customBackBrush))
814
Properties.AddValue(
s_backBrushProperty
, backBrush);
4998
if (Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH backBrush))
5005
Properties.RemoveValue(
s_backBrushProperty
);
6903
if (Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH backBrush))
6913
Properties.RemoveValue(
s_backBrushProperty
);
8203
if (!RecreatingHandle && GetState(States.OwnCtlBrush) && Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH backBrush))
8205
Properties.RemoveValue(
s_backBrushProperty
);