3 writes to majorGridBrush
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
2108
this.
majorGridBrush
= null;
2670
this.
majorGridBrush
= null;
2870
this.
majorGridBrush
= new SolidBrush(this.gridColor);
6 references to majorGridBrush
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
2105
if (this.
majorGridBrush
!= null)
2107
this.
majorGridBrush
.Dispose();
2667
if (this.
majorGridBrush
!= null)
2669
this.
majorGridBrush
.Dispose();
2869
if (this.
majorGridBrush
== null)
2871
return this.
majorGridBrush
;