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