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