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