4 references to NewValue
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (1)
341
bool? isAnnotationDocked = e.
NewValue
as bool?;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ViewStateAttachedPropertyFeature.cs (3)
81
if ((e.
NewValue
== null && e.OldValue != null) || !e.
NewValue
.Equals(e.OldValue))
83
attachedProperties[e.Key].SetValue(e.ParentModelItem, e.
NewValue
);