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