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