3 writes to NewValue
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
232
NewValue
= newValueModelItem,
638
NewValue
= newValueModelItem,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\PropertyChange.cs (1)
59
NewValue
= this.OldValue,
6 references to NewValue
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\PropertyChange.cs (6)
41
if ((oldValue == null && this.
NewValue
== null) ||
42
(oldValue != null && this.
NewValue
!= null && oldValue.GetCurrentValue().Equals(this.
NewValue
.GetCurrentValue())))
46
dataModelProperty.SetValueCore(this.
NewValue
);
47
ModelChangeInfo changeInfo = ModelChangeInfoImpl.CreatePropertyChanged(this.Owner, this.PropertyName, this.OldValue, this.
NewValue
);
58
OldValue = this.
NewValue
,