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