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