8 references to s_backBrushProperty
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (8)
675if (Properties.TryGetValue(s_backBrushProperty, out HBRUSH customBackBrush)) 709Properties.AddValue(s_backBrushProperty, backBrush); 4686if (Properties.TryGetValue(s_backBrushProperty, out HBRUSH backBrush)) 4693Properties.RemoveValue(s_backBrushProperty); 6540if (Properties.TryGetValue(s_backBrushProperty, out HBRUSH backBrush)) 6550Properties.RemoveValue(s_backBrushProperty); 7407if (!RecreatingHandle && GetState(States.OwnCtlBrush) && Properties.TryGetValue(s_backBrushProperty, out HBRUSH backBrush)) 7409Properties.RemoveValue(s_backBrushProperty);