1 instantiation of FlowchartConnectionPointsAdorner
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
529adorner = new FlowchartConnectionPointsAdorner((UIElement)sender, ConnectionPointsToShow((UIElement)sender, this.ModelItem), false, this.IsRightToLeft);
2 references to FlowchartConnectionPointsAdorner
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (2)
694RemoveAdorner(dest, typeof(FlowchartConnectionPointsAdorner)); 2054RemoveAdorner(destElement, typeof(FlowchartConnectionPointsAdorner));