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