4 references to GetView
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (4)
2514int srcIndex = GetConnectionPointIndex(this.GetView(sourceModelItem), FreeFormPanel.GetSourceConnectionPoint(connector)); 2515int desIndex = GetConnectionPointIndex(this.GetView(destinationModelItem), FreeFormPanel.GetDestinationConnectionPoint(connector)); 2747UIElement srcElem = designer.GetView(this.SrcModelItem); 2748UIElement desElem = designer.GetView(this.DestModelItem);