11 references to Orientation
System.Activities.Presentation (11)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (11)
955ExtendCoversOutwards(coverSet, a.Orientation, lineMargin); 965ConnectorSegment b = ConnectorSegment.ConstructBoundSegment(coverSet, k, (a.Orientation == Orientation.Horizontal) ? Orientation.Vertical : Orientation.Horizontal); 1005ShrinkCoversInwards(coverSet, a.Orientation, lineMargin); 1158return (this.point1.IsEqualTo(segment.A) && this.point2.IsEqualTo(segment.B) && Orientation == segment.Orientation); 1167if (this.Orientation == segment.Orientation) 1190if (this.Orientation == Orientation.Horizontal) 1225return this.point1.GetHashCode() ^ this.point2.GetHashCode() ^ Orientation.GetHashCode(); 1230if (this.orientation == segment.Orientation) 1321List<ConnectorSegment> covers = (cover.Orientation == Orientation.Vertical) ? this.verticalCovers : this.horizontalCovers;