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