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