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