6 references to Orientation
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Connector.cs (6)
2484
ConnectorSegment b = ConnectorSegment.ConstructBoundSegment(coverSet, k, (a.
Orientation
== Orientation.Horizontal) ? Orientation.Vertical : Orientation.Horizontal);
2626
if (this.orientation == segment.
Orientation
)
2770
return (this.point1 == segment.A && this.point2 == segment.B &&
Orientation
== segment.
Orientation
);
2775
return this.point1.GetHashCode() ^ this.point2.GetHashCode() ^
Orientation
.GetHashCode();
2809
List<ConnectorSegment> covers = (cover.
Orientation
== Orientation.Vertical) ? this.verticalCovers : this.horizontalCovers;