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