4 writes to lineBrush
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGrid.cs (3)
1030lineBrush = null; 2248lineBrush = null; 3323lineBrush = null;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1518ownerGrid.lineBrush = new SolidBrush(clr);
8 references to lineBrush
System.Windows.Forms (8)
winforms\Managed\System\WinForms\PropertyGrid.cs (6)
1028if (lineBrush != null) { 1029lineBrush.Dispose(); 2246if (lineBrush != null) { 2247lineBrush.Dispose(); 3321if (lineBrush != null) { 3322lineBrush.Dispose();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
1516if (ownerGrid.lineBrush == null) { 1520return ownerGrid.lineBrush;