5 references to ValidatesOnNotifyDataErrors
PresentationFramework (5)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (1)
299get { return ParentBindingExpression.ValidatesOnNotifyDataErrors; }
src\Framework\System\Windows\Data\BindingExpression.cs (3)
590if (ValidatesOnNotifyDataErrors) 2307if (!ValidatesOnNotifyDataErrors || IsDetached) 2346if (!ValidatesOnNotifyDataErrors)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
2754result = beb.ValidatesOnNotifyDataErrors;