7 references to Source
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Connector.cs (7)
1171
source =
Source
;
1251
if (this.editPoints.Count == 0 || !this.editPoints[0].EditedConnectionPoint.Equals(
Source
))
1252
this.editPoints.Insert(0, new EditPoint(this,
Source
));
1259
int minLengthForSegmentEditPoint =
Source
.Bounds.Width * 4;
1276
if (segments.Count > 0 && segments[0] ==
Source
.Location)
1410
if (sourceConnection == null || !sourceConnection.Equals(
Source
))
1495
Size controlPointSize = this.owner.
Source
.Bounds.Size;