8 references to s_backBrushProperty
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (8)
780if (Properties.TryGetValue(s_backBrushProperty, out HBRUSH customBackBrush)) 814Properties.AddValue(s_backBrushProperty, backBrush); 4989if (Properties.TryGetValue(s_backBrushProperty, out HBRUSH backBrush)) 4996Properties.RemoveValue(s_backBrushProperty); 6894if (Properties.TryGetValue(s_backBrushProperty, out HBRUSH backBrush)) 6904Properties.RemoveValue(s_backBrushProperty); 8145if (!RecreatingHandle && GetState(States.OwnCtlBrush) && Properties.TryGetValue(s_backBrushProperty, out HBRUSH backBrush)) 8147Properties.RemoveValue(s_backBrushProperty);