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