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