1 override of Location
System.Workflow.Activities (1)
Designers\StateDesigner.Layouts.cs (1)
38
public override Point
Location
19 references to Location
System.Workflow.ComponentModel (19)
AuthoringOM\Design\Connector.cs (16)
109
designerEdge = DesignerGeometryHelper.ClosestEdgeToPoint(
Location
, this.associatedDesigner.Bounds, designerEdge);
135
Point location =
Location
;
297
if (this.segments.Count == 0 || this.segments[0] != this.source.
Location
)
298
connectorSegments.Add(this.source.
Location
);
302
if (this.segments.Count == 0 || this.segments[this.segments.Count - 1] != this.target.
Location
)
303
connectorSegments.Add(this.target.
Location
);
427
(this.segments[0] != Source.
Location
|| this.segments[this.segments.Count - 1] != Target.
Location
))
1276
if (segments.Count > 0 && segments[0] == Source.
Location
)
1278
if (segments.Count > 0 && segments[segments.Count - 1] == Target.
Location
)
1467
this.point = connectionPoint.
Location
;
1527
Point sourcePoint = (source is ConnectionPoint) ? ((ConnectionPoint)source).
Location
: (Point)source;
1528
Point targetPoint = (target is ConnectionPoint) ? ((ConnectionPoint)target).
Location
: (Point)target;
1557
Point sourcePoint = (sourceConnectionPoint != null) ? sourceConnectionPoint.
Location
: (Point)source;
1561
Point targetPoint = (targetConnectionPoint != null) ? targetConnectionPoint.
Location
: (Point)target;
1670
escapePoint = ((ConnectionPoint)escapeLocation).
Location
;
AuthoringOM\Design\MessageFilters\ConnectionManager.cs (3)
136
logicalPoint = SnappedConnectionPoint.
Location
;
342
editPoint = SnappedConnectionPoint.
Location
;
367
editPoint = SnappedConnectionPoint.
Location
;