3 references to iNotifyOnSourceUpdated
PresentationFramework (3)
System\Windows\Data\BindingExpressionBase.cs (3)
46NotifyOnSourceUpdated = PrivateFlags.iNotifyOnSourceUpdated, 714get { return TestFlag(PrivateFlags.iNotifyOnSourceUpdated); } 715set { ChangeFlag(PrivateFlags.iNotifyOnSourceUpdated, value); }