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);
4989
if (Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH backBrush))
4996
Properties.RemoveValue(
s_backBrushProperty
);
6894
if (Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH backBrush))
6904
Properties.RemoveValue(
s_backBrushProperty
);
8145
if (!RecreatingHandle && GetState(States.OwnCtlBrush) && Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH backBrush))
8147
Properties.RemoveValue(
s_backBrushProperty
);