1 write to flowNodeToUIElement
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
104this.flowNodeToUIElement = new Dictionary<ModelItem, UIElement>();
7 references to flowNodeToUIElement
System.Activities.Core.Presentation (7)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (4)
219this.DeleteShapeVisual(this.flowNodeToUIElement[collectionChange.Item]); 358UIElement oldShape = this.flowNodeToUIElement[propertyChange.Owner]; 368this.flowNodeToUIElement[propertyChange.Owner], FlowchartDesigner.GetLinkModelItem(oldConnector)); 587this.flowNodeToUIElement.Remove(flowNodeMI);
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (3)
282this.flowNodeToUIElement.Clear(); 339this.flowNodeToUIElement.Clear(); 1208this.flowNodeToUIElement[flowElementMI] = view;