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