2 writes to target
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Connector.cs (2)
221this.target = target; 284this.target = value;
22 references to target
System.Workflow.ComponentModel (22)
AuthoringOM\Design\Connector.cs (22)
257if (ConnectionManager.GetConnectorContainer(value.AssociatedDesigner) != ConnectionManager.GetConnectorContainer(this.target.AssociatedDesigner)) 270return this.target; 278if (this.target.Equals(value)) 295if (this.source != null && this.target != null) 302if (this.segments.Count == 0 || this.segments[this.segments.Count - 1] != this.target.Location) 303connectorSegments.Add(this.target.Location); 355return (connector.Source == this.source && connector.target == this.target); 360if (this.source != null && this.target != null) 361return this.source.GetHashCode() ^ this.target.GetHashCode(); 472if (this.target != null) 473this.target.OnPaint(e, false); 499if (this.target != null) 500this.target.OnPaint(e, false); 549if (this.source == null || this.target == null) 558ActivityDesigner designer = this.target.AssociatedDesigner; 673if (this.target != null) 674activityName = this.target.AssociatedDesigner.Activity.QualifiedName; 691if (this.target != null) 692connectionIndex = this.target.ConnectionIndex; 709if (this.target != null) 710connectionEdge = this.target.ConnectionEdge;