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); 4998if (Properties.TryGetValue(s_backBrushProperty, out HBRUSH backBrush)) 5005Properties.RemoveValue(s_backBrushProperty); 6903if (Properties.TryGetValue(s_backBrushProperty, out HBRUSH backBrush)) 6913Properties.RemoveValue(s_backBrushProperty); 8203if (!RecreatingHandle && GetState(States.OwnCtlBrush) && Properties.TryGetValue(s_backBrushProperty, out HBRUSH backBrush)) 8205Properties.RemoveValue(s_backBrushProperty);