3 references to UpdateNotifyDataErrors
PresentationFramework (3)
MS\Internal\Data\ClrBindingWorker.cs (2)
426
ParentBindingExpression.
UpdateNotifyDataErrors
(indei, propName, DependencyProperty.UnsetValue);
436
ParentBindingExpression.
UpdateNotifyDataErrors
((INotifyDataErrorInfo)args[0], (string)args[1], DependencyProperty.UnsetValue);
System\Windows\Data\BindingExpression.cs (1)
2360
UpdateNotifyDataErrors
(SourceItem as INotifyDataErrorInfo, SourcePropertyName, value);