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