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