6 references to NotifyOnSourceUpdated
PresentationFramework (6)
src\Framework\System\Windows\Data\Binding.cs (3)
434
return TestFlag(BindingFlags.
NotifyOnSourceUpdated
);
438
bool currentValue = TestFlag(BindingFlags.
NotifyOnSourceUpdated
);
442
ChangeFlag(BindingFlags.
NotifyOnSourceUpdated
, value);
src\Framework\System\Windows\Data\MultiBinding.cs (3)
159
return TestFlag(BindingFlags.
NotifyOnSourceUpdated
);
163
bool currentValue = TestFlag(BindingFlags.
NotifyOnSourceUpdated
);
167
ChangeFlag(BindingFlags.
NotifyOnSourceUpdated
, value);