5 references to ValidatesOnNotifyDataErrors
PresentationFramework (5)
MS\Internal\Data\ClrBindingWorker.cs (1)
297get { return ParentBindingExpression.ValidatesOnNotifyDataErrors; }
System\Windows\Data\BindingExpression.cs (3)
587if (ValidatesOnNotifyDataErrors) 2327if (!ValidatesOnNotifyDataErrors || IsDetached) 2366if (!ValidatesOnNotifyDataErrors)
System\Windows\Data\BindingExpressionBase.cs (1)
2755result = beb.ValidatesOnNotifyDataErrors;