2 references to ConstructBoundSegment
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Connector.cs (2)
2484ConnectorSegment b = ConnectorSegment.ConstructBoundSegment(coverSet, k, (a.Orientation == Orientation.Horizontal) ? Orientation.Vertical : Orientation.Horizontal); 2733return ConstructBoundSegment(coverSet, a, (a.X == b.X) ? Orientation.Vertical : Orientation.Horizontal);