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