2 references to DebugTimeMaxConnectorShapeDist
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (2)
1033
if (pt != null && pt.PointType != ConnectionPointKind.Incoming && dist <=
DebugTimeMaxConnectorShapeDist
)
1041
if (pt != null && pt.PointType != ConnectionPointKind.Outgoing && dist <=
DebugTimeMaxConnectorShapeDist
)