11 references to SnappedConnectionPoint
System.Workflow.ComponentModel (11)
AuthoringOM\Design\Connector.cs (3)
920if (connectionManager != null && connectionManager.SnappedConnectionPoint != null && connectorContainer != null) 928target = connectionManager.SnappedConnectionPoint; 930source = connectionManager.SnappedConnectionPoint;
AuthoringOM\Design\Glyphs\ConnectionPointGlyph.cs (1)
30bool drawHilited = (connectionManager != null && this.connectionPoint.Equals(connectionManager.SnappedConnectionPoint));
AuthoringOM\Design\MessageFilters\ConnectionManager.cs (7)
135if (SnappedConnectionPoint != null) 136logicalPoint = SnappedConnectionPoint.Location; 341if (SnappedConnectionPoint != null) 342editPoint = SnappedConnectionPoint.Location; 366if (SnappedConnectionPoint != null) 367editPoint = SnappedConnectionPoint.Location; 428if (SnappedConnectionPoint != null)