4 references to DataErrorValue
PresentationFramework (4)
System\Windows\Data\BindingExpression.cs (4)
580
WeakReference dataErrorWR = (WeakReference)GetValue(Feature.
DataErrorValue
, null);
585
SetValue(Feature.
DataErrorValue
, null, null);
2322
WeakReference dataErrorWR = (WeakReference)GetValue(Feature.
DataErrorValue
, null);
2331
SetValue(Feature.
DataErrorValue
, newDataErrorWR, null);