2 writes to _connectorPen
System.Workflow.Activities (2)
Designers\StateDesigner.cs (2)
2600this._connectorPen = null; 2692this._connectorPen = new Pen(this._connectorColor, BorderWidth);
4 references to _connectorPen
System.Workflow.Activities (4)
Designers\StateDesigner.cs (4)
2597if (this._connectorPen != null) 2599this._connectorPen.Dispose(); 2691if (this._connectorPen == null) 2693return this._connectorPen;