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