3 references to iNotifyOnTargetUpdated
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (3)
57NotifyOnTargetUpdated = PrivateFlags.iNotifyOnTargetUpdated, 721get { return TestFlag(PrivateFlags.iNotifyOnTargetUpdated); } 722set { ChangeFlag(PrivateFlags.iNotifyOnTargetUpdated, value); }