8 references to s_backBrushProperty
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (8)
770
if (Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH customBackBrush))
804
Properties.AddValue(
s_backBrushProperty
, backBrush);
4774
if (Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH backBrush))
4781
Properties.RemoveValue(
s_backBrushProperty
);
6670
if (Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH backBrush))
6680
Properties.RemoveValue(
s_backBrushProperty
);
7535
if (!RecreatingHandle && GetState(States.OwnCtlBrush) && Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH backBrush))
7537
Properties.RemoveValue(
s_backBrushProperty
);