4 references to DataErrorValue
PresentationFramework (4)
src\Framework\System\Windows\Data\BindingExpression.cs (4)
592
WeakReference dataErrorWR = (WeakReference)GetValue(Feature.
DataErrorValue
, null);
597
SetValue(Feature.
DataErrorValue
, null, null);
2311
WeakReference dataErrorWR = (WeakReference)GetValue(Feature.
DataErrorValue
, null);
2320
SetValue(Feature.
DataErrorValue
, newDataErrorWR, null);