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