5 references to ValidatesOnNotifyDataErrors
PresentationFramework (5)
MS\Internal\Data\ClrBindingWorker.cs (1)
288get { return ParentBindingExpression.ValidatesOnNotifyDataErrors; }
System\Windows\Data\BindingExpression.cs (3)
578if (ValidatesOnNotifyDataErrors) 2318if (!ValidatesOnNotifyDataErrors || IsDetached) 2357if (!ValidatesOnNotifyDataErrors)
System\Windows\Data\BindingExpressionBase.cs (1)
2747result = beb.ValidatesOnNotifyDataErrors;