3 references to GetLineBrush
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
123return this.GridEntryHost.GetLineBrush(g);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
1872bkBrush = gridHost.GetLineBrush(g); 1911Brush stripeBrush = gridHost.GetLineBrush(g);