1 override of GetBackgroundBrush
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
122protected override Brush GetBackgroundBrush(Graphics g) {
3 references to GetBackgroundBrush
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (3)
1869Brush bkBrush = selected ? gridHost.GetSelectedItemWithFocusBackBrush(g) : this.GetBackgroundBrush(g); 2042Brush b = this.GetBackgroundBrush(g); 2123Brush bkBrush = this.GetBackgroundBrush(g);