8 references to s_backBrushProperty
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (8)
749if (Properties.TryGetValue(s_backBrushProperty, out HBRUSH customBackBrush)) 783Properties.AddValue(s_backBrushProperty, backBrush); 4760if (Properties.TryGetValue(s_backBrushProperty, out HBRUSH backBrush)) 4767Properties.RemoveValue(s_backBrushProperty); 6654if (Properties.TryGetValue(s_backBrushProperty, out HBRUSH backBrush)) 6664Properties.RemoveValue(s_backBrushProperty); 7521if (!RecreatingHandle && GetState(States.OwnCtlBrush) && Properties.TryGetValue(s_backBrushProperty, out HBRUSH backBrush)) 7523Properties.RemoveValue(s_backBrushProperty);