4 references to DataErrorValue
PresentationFramework (4)
System\Windows\Data\BindingExpression.cs (4)
577
WeakReference dataErrorWR = (WeakReference)GetValue(Feature.
DataErrorValue
, null);
582
SetValue(Feature.
DataErrorValue
, null, null);
2284
WeakReference dataErrorWR = (WeakReference)GetValue(Feature.
DataErrorValue
, null);
2293
SetValue(Feature.
DataErrorValue
, newDataErrorWR, null);