8 references to s_backBrushProperty
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (8)
674
if (Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH customBackBrush))
708
Properties.AddValue(
s_backBrushProperty
, backBrush);
4685
if (Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH backBrush))
4692
Properties.RemoveValue(
s_backBrushProperty
);
6579
if (Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH backBrush))
6589
Properties.RemoveValue(
s_backBrushProperty
);
7446
if (!RecreatingHandle && GetState(States.OwnCtlBrush) && Properties.TryGetValue(
s_backBrushProperty
, out HBRUSH backBrush))
7448
Properties.RemoveValue(
s_backBrushProperty
);