6 references to NotifyOnSourceUpdated
PresentationFramework (6)
System\Windows\Data\Binding.cs (3)
421
return TestFlag(BindingFlags.
NotifyOnSourceUpdated
);
425
bool currentValue = TestFlag(BindingFlags.
NotifyOnSourceUpdated
);
429
ChangeFlag(BindingFlags.
NotifyOnSourceUpdated
, value);
System\Windows\Data\MultiBinding.cs (3)
150
return TestFlag(BindingFlags.
NotifyOnSourceUpdated
);
154
bool currentValue = TestFlag(BindingFlags.
NotifyOnSourceUpdated
);
158
ChangeFlag(BindingFlags.
NotifyOnSourceUpdated
, value);