6 references to Target
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Connector.cs (6)
1168if (this.activeEditPoint.EditedConnectionPoint.Equals(Target)) 1176target = Target; 1254if (this.editPoints.Count < 2 || !this.editPoints[this.editPoints.Count - 1].EditedConnectionPoint.Equals(Target)) 1255editPoints.Add(new EditPoint(this, Target)); 1278if (segments.Count > 0 && segments[segments.Count - 1] == Target.Location) 1414if (targetConnection == null || !targetConnection.Equals(Target))