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