7 references to All
System.Workflow.ComponentModel (7)
AuthoringOM\Design\ActivityDesigner.cs (2)
931
ReadOnlyCollection<ConnectionPoint> connectionPoints = GetConnectionPoints(DesignerEdges.
All
);
2971
using (GraphicsPath graphicsPath = ActivityDesignerPaint.GetDesignerPath(this, Point.Empty, new Size(DesignerTheme.BorderWidth, DesignerTheme.BorderWidth), DesignerEdges.
All
, false))
AuthoringOM\Design\Connector.cs (2)
132
IList<Point> connections = this.associatedDesigner.GetConnections(DesignerEdges.
All
);
1675
escapeEdge = DesignerGeometryHelper.ClosestEdgeToPoint((Point)escapeLocation, bounds, DesignerEdges.
All
);
AuthoringOM\Design\MessageFilters\ConnectionManager.cs (3)
525
ReadOnlyCollection<ConnectionPoint> snapPoints = designer.GetConnectionPoints(DesignerEdges.
All
);
553
foreach (ConnectionPoint connectionPoint in snappedConnectionPoint.AssociatedDesigner.GetConnectionPoints(DesignerEdges.
All
))
578
ReadOnlyCollection<ConnectionPoint> snapPoints = designer.GetConnectionPoints(DesignerEdges.
All
);