4 writes to majorGridPen
System.Workflow.ComponentModel (4)
AuthoringOM\Design\Themes.cs (4)
2102this.majorGridPen = null; 2631this.majorGridPen = null; 2664this.majorGridPen = null; 2856this.majorGridPen = new Pen(this.gridColor, 1);
9 references to majorGridPen
System.Workflow.ComponentModel (9)
AuthoringOM\Design\Themes.cs (9)
2099if (this.majorGridPen != null) 2101this.majorGridPen.Dispose(); 2628if (this.majorGridPen != null) 2630this.majorGridPen.Dispose(); 2661if (this.majorGridPen != null) 2663this.majorGridPen.Dispose(); 2854if (this.majorGridPen == null) 2857this.majorGridPen.DashStyle = DashStyle.Dash; 2859return this.majorGridPen;