3 writes to Value
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Model\DictionaryChange.cs (1)
106Value = this.Value,
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
348Value = value, 384Value = value,
8 references to Value
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\Model\DictionaryChange.cs (8)
54ModelChangeInfo changeInfo = ModelChangeInfoImpl.CreateDictionaryKeyValueRemoved(this.Dictionary, this.Key, this.Value); 62if (this.Value != null) 64this.ModelTreeManager.modelService.OnModelItemRemoved(this.Value, changeInfo); 76((ModelItemDictionaryImpl)this.Dictionary).AddCore(this.Key, this.Value); 78ModelChangeInfo changeInfo = ModelChangeInfoImpl.CreateDictionaryKeyValueAdded(this.Dictionary, this.Key, this.Value); 86if (this.Value != null) 88this.ModelTreeManager.modelService.OnModelItemAdded(this.Value, changeInfo); 106Value = this.Value,