3 writes to Dictionary
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Model\DictionaryChange.cs (1)
103Dictionary = this.Dictionary,
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
346Dictionary = dataModelItemDictionary, 382Dictionary = dataModelItemDictionary,
5 references to Dictionary
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Model\DictionaryChange.cs (5)
52((ModelItemDictionaryImpl)this.Dictionary).RemoveCore(this.Key); 54ModelChangeInfo changeInfo = ModelChangeInfoImpl.CreateDictionaryKeyValueRemoved(this.Dictionary, this.Key, this.Value); 76((ModelItemDictionaryImpl)this.Dictionary).AddCore(this.Key, this.Value); 78ModelChangeInfo changeInfo = ModelChangeInfoImpl.CreateDictionaryKeyValueAdded(this.Dictionary, this.Key, this.Value); 103Dictionary = this.Dictionary,