2 writes to NewValue
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\DictionaryEditChange.cs (1)
67
NewValue
= this.OldValue,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
333
NewValue
= newValue,
8 references to NewValue
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\DictionaryEditChange.cs (8)
36
if ((oldValue == null && this.
NewValue
== null) ||
37
(oldValue != null && this.
NewValue
!= null && oldValue.GetCurrentValue().Equals(this.
NewValue
.GetCurrentValue())))
42
((ModelItemDictionaryImpl)this.Dictionary).EditCore(this.Key, this.
NewValue
);
44
ModelChangeInfo changeInfo = ModelChangeInfoImpl.CreateDictionaryValueChanged(this.Dictionary, this.Key, this.OldValue, this.
NewValue
);
51
if (this.
NewValue
!= null)
53
this.ModelTreeManager.modelService.OnModelItemAdded(this.
NewValue
, changeInfo);
66
OldValue = this.
NewValue
,