2 writes to target
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Connector.cs (2)
221
this.
target
= target;
284
this.
target
= value;
22 references to target
System.Workflow.ComponentModel (22)
AuthoringOM\Design\Connector.cs (22)
257
if (ConnectionManager.GetConnectorContainer(value.AssociatedDesigner) != ConnectionManager.GetConnectorContainer(this.
target
.AssociatedDesigner))
270
return this.
target
;
278
if (this.
target
.Equals(value))
295
if (this.source != null && this.
target
!= null)
302
if (this.segments.Count == 0 || this.segments[this.segments.Count - 1] != this.
target
.Location)
303
connectorSegments.Add(this.
target
.Location);
355
return (connector.Source == this.source && connector.
target
== this.
target
);
360
if (this.source != null && this.
target
!= null)
361
return this.source.GetHashCode() ^ this.
target
.GetHashCode();
472
if (this.
target
!= null)
473
this.
target
.OnPaint(e, false);
499
if (this.
target
!= null)
500
this.
target
.OnPaint(e, false);
549
if (this.source == null || this.
target
== null)
558
ActivityDesigner designer = this.
target
.AssociatedDesigner;
673
if (this.
target
!= null)
674
activityName = this.
target
.AssociatedDesigner.Activity.QualifiedName;
691
if (this.
target
!= null)
692
connectionIndex = this.
target
.ConnectionIndex;
709
if (this.
target
!= null)
710
connectionEdge = this.
target
.ConnectionEdge;