3 writes to Key
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Model\DictionaryChange.cs (1)
105Key = this.Key,
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
347Key = key, 383Key = key,
9 references to Key
System.Activities.Presentation (9)
System.Activities.Presentation\System\Activities\Presentation\Model\DictionaryChange.cs (9)
52((ModelItemDictionaryImpl)this.Dictionary).RemoveCore(this.Key); 54ModelChangeInfo changeInfo = ModelChangeInfoImpl.CreateDictionaryKeyValueRemoved(this.Dictionary, this.Key, this.Value); 56if (this.Key != null) 58this.ModelTreeManager.modelService.OnModelItemRemoved(this.Key, changeInfo); 76((ModelItemDictionaryImpl)this.Dictionary).AddCore(this.Key, this.Value); 78ModelChangeInfo changeInfo = ModelChangeInfoImpl.CreateDictionaryKeyValueAdded(this.Dictionary, this.Key, this.Value); 80if (this.Key != null) 82this.ModelTreeManager.modelService.OnModelItemAdded(this.Key, changeInfo); 105Key = this.Key,