8 references to s_backBrushProperty
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (8)
744
if (Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH customBackBrush))
778
Properties.AddValue(
s_backBrushProperty
, backBrush);
4755
if (Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH backBrush))
4762
Properties.RemoveValue(
s_backBrushProperty
);
6649
if (Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH backBrush))
6659
Properties.RemoveValue(
s_backBrushProperty
);
7516
if (!RecreatingHandle && GetState(States.OwnCtlBrush) && Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH backBrush))
7518
Properties.RemoveValue(
s_backBrushProperty
);