1 write to modelTreeManager
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
47this.modelTreeManager = modelTreeManager;
21 references to modelTreeManager
System.Data (21)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (21)
142this.modelTreeManager.OnItemEdgeRemoved(this, oldKey); 150this.modelTreeManager.OnItemEdgeAdded(this, newKey); 309get { return this.modelTreeManager.Root; } 349get { return this.modelTreeManager; } 417this.modelTreeManager.DictionaryEdit(this, key, value, oldValue); 421this.modelTreeManager.DictionaryAdd(this, key, value); 458this.modelTreeManager.DictionaryAdd(this, key, value); 475this.modelTreeManager.DictionaryClear(this); 502this.modelTreeManager.DictionaryRemove(this, key); 536return ModelItemHelper.ModelItemBeginEdit(this.modelTreeManager, description, shouldApplyChangesImmediately); 714this.modelTreeManager.OnItemEdgeRemoved(this, oldValue); 720this.modelTreeManager.OnItemEdgeAdded(this, value); 762ModelItem mutableKVPairItem = this.modelTreeManager.WrapAsModelItem(mutableKVPair); 778this.modelTreeManager.OnItemEdgeAdded(this, key); 783this.modelTreeManager.OnItemEdgeAdded(this, value); 836this.modelTreeManager.OnItemEdgeRemoved(this, item); 889this.modelTreeManager.OnItemEdgeRemoved(this, key); 894this.modelTreeManager.OnItemEdgeRemoved(this, value); 977this.modelTreeManager.OnItemEdgeAdded(this, key); 982this.modelTreeManager.OnItemEdgeAdded(this, value); 1272AttachedPropertiesService AttachedPropertiesService = this.modelTreeManager.Context.Services.GetService<AttachedPropertiesService>();