6 references to NotifyOnSourceUpdated
PresentationFramework (6)
System\Windows\Data\Binding.cs (3)
429
return TestFlag(BindingFlags.
NotifyOnSourceUpdated
);
433
bool currentValue = TestFlag(BindingFlags.
NotifyOnSourceUpdated
);
437
ChangeFlag(BindingFlags.
NotifyOnSourceUpdated
, value);
System\Windows\Data\MultiBinding.cs (3)
155
return TestFlag(BindingFlags.
NotifyOnSourceUpdated
);
159
bool currentValue = TestFlag(BindingFlags.
NotifyOnSourceUpdated
);
163
ChangeFlag(BindingFlags.
NotifyOnSourceUpdated
, value);