3 references to GetSelectedItemWithFocusBackBrush
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (3)
1869
Brush bkBrush = selected ? gridHost.
GetSelectedItemWithFocusBackBrush
(g) : this.GetBackgroundBrush(g);
1915
g.FillRectangle(gridHost.
GetSelectedItemWithFocusBackBrush
(g), stringX, rect.Y, rect.Width - stringX - 1, rect.Height);
2127
bkBrush = gridHost.
GetSelectedItemWithFocusBackBrush
(g);