8 references to s_backBrushProperty
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (8)
749
if (Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH customBackBrush))
783
Properties.AddValue(
s_backBrushProperty
, backBrush);
4760
if (Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH backBrush))
4767
Properties.RemoveValue(
s_backBrushProperty
);
6654
if (Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH backBrush))
6664
Properties.RemoveValue(
s_backBrushProperty
);
7521
if (!RecreatingHandle && GetState(States.OwnCtlBrush) && Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH backBrush))
7523
Properties.RemoveValue(
s_backBrushProperty
);