3 references to iNotifyOnSourceUpdated
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (3)
58NotifyOnSourceUpdated = PrivateFlags.iNotifyOnSourceUpdated, 728get { return TestFlag(PrivateFlags.iNotifyOnSourceUpdated); } 729set { ChangeFlag(PrivateFlags.iNotifyOnSourceUpdated, value); }