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