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