2 references to GetPointsFromEditPoints
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Connector.cs (2)
962
this.editedConnector.SetConnectorSegments(
GetPointsFromEditPoints
(this.editPoints));
1078
Rectangle bounds = DesignerGeometryHelper.RectangleFromLineSegments(
GetPointsFromEditPoints
(this.editPoints).ToArray());