2 writes to Dictionary
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\DictionaryEditChange.cs (1)
64Dictionary = this.Dictionary,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
331Dictionary = dataModelItemDictionary,
4 references to Dictionary
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\DictionaryEditChange.cs (4)
35ModelItem oldValue = this.Dictionary[this.Key]; 42((ModelItemDictionaryImpl)this.Dictionary).EditCore(this.Key, this.NewValue); 44ModelChangeInfo changeInfo = ModelChangeInfoImpl.CreateDictionaryValueChanged(this.Dictionary, this.Key, this.OldValue, this.NewValue); 64Dictionary = this.Dictionary,