2 writes to OldValue
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\DictionaryEditChange.cs (1)
66OldValue = this.NewValue,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
334OldValue = oldValue,
4 references to OldValue
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\DictionaryEditChange.cs (4)
44ModelChangeInfo changeInfo = ModelChangeInfoImpl.CreateDictionaryValueChanged(this.Dictionary, this.Key, this.OldValue, this.NewValue); 46if (this.OldValue != null) 48this.ModelTreeManager.modelService.OnModelItemRemoved(this.OldValue, changeInfo); 67NewValue = this.OldValue,