6 references to NotifyOnSourceUpdated
PresentationFramework (6)
System\Windows\Data\Binding.cs (3)
403
return TestFlag(BindingFlags.
NotifyOnSourceUpdated
);
407
bool currentValue = TestFlag(BindingFlags.
NotifyOnSourceUpdated
);
411
ChangeFlag(BindingFlags.
NotifyOnSourceUpdated
, value);
System\Windows\Data\MultiBinding.cs (3)
149
return TestFlag(BindingFlags.
NotifyOnSourceUpdated
);
153
bool currentValue = TestFlag(BindingFlags.
NotifyOnSourceUpdated
);
157
ChangeFlag(BindingFlags.
NotifyOnSourceUpdated
, value);