8 references to s_backBrushProperty
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (8)
676
if (Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH customBackBrush))
710
Properties.AddValue(
s_backBrushProperty
, backBrush);
4687
if (Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH backBrush))
4694
Properties.RemoveValue(
s_backBrushProperty
);
6581
if (Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH backBrush))
6591
Properties.RemoveValue(
s_backBrushProperty
);
7448
if (!RecreatingHandle && GetState(States.OwnCtlBrush) && Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH backBrush))
7450
Properties.RemoveValue(
s_backBrushProperty
);