2 writes to Key
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\DictionaryEditChange.cs (1)
65
Key
= this.Key,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
332
Key
= key,
4 references to Key
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);
65
Key = this.
Key
,