4 references to DataErrorValue
PresentationFramework (4)
System\Windows\Data\BindingExpression.cs (4)
576
WeakReference dataErrorWR = (WeakReference)GetValue(Feature.
DataErrorValue
, null);
581
SetValue(Feature.
DataErrorValue
, null, null);
2282
WeakReference dataErrorWR = (WeakReference)GetValue(Feature.
DataErrorValue
, null);
2291
SetValue(Feature.
DataErrorValue
, newDataErrorWR, null);