6 references to NotifyOnSourceUpdated
PresentationFramework (6)
System\Windows\Data\Binding.cs (3)
404
return TestFlag(BindingFlags.
NotifyOnSourceUpdated
);
408
bool currentValue = TestFlag(BindingFlags.
NotifyOnSourceUpdated
);
412
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);