2 writes to source
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Connector.cs (2)
220this.source = source; 260this.source = value;
23 references to source
System.Workflow.ComponentModel (23)
AuthoringOM\Design\Connector.cs (23)
246return this.source; 254if (this.source.Equals(value)) 281if (ConnectionManager.GetConnectorContainer(value.AssociatedDesigner) != ConnectionManager.GetConnectorContainer(this.source.AssociatedDesigner)) 295if (this.source != null && this.target != null) 297if (this.segments.Count == 0 || this.segments[0] != this.source.Location) 298connectorSegments.Add(this.source.Location); 355return (connector.Source == this.source && connector.target == this.target); 360if (this.source != null && this.target != null) 361return this.source.GetHashCode() ^ this.target.GetHashCode(); 462if (this.source != null) 463this.source.OnPaint(e, false); 490if (this.source != null) 491this.source.OnPaint(e, false); 515Size size = (this.source != null) ? this.source.Bounds.Size : Size.Empty; 549if (this.source == null || this.target == null) 569designer = this.source.AssociatedDesigner; 619if (this.source != null) 620activityName = this.source.AssociatedDesigner.Activity.QualifiedName; 637if (this.source != null) 638connectionIndex = this.source.ConnectionIndex; 655if (this.source != null) 656connectionEdge = this.source.ConnectionEdge;