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