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