5 references to ValidatesOnNotifyDataErrors
PresentationFramework (5)
MS\Internal\Data\ClrBindingWorker.cs (1)
283get { return ParentBindingExpression.ValidatesOnNotifyDataErrors; }
System\Windows\Data\BindingExpression.cs (3)
574if (ValidatesOnNotifyDataErrors) 2278if (!ValidatesOnNotifyDataErrors || IsDetached) 2317if (!ValidatesOnNotifyDataErrors)
System\Windows\Data\BindingExpressionBase.cs (1)
2724result = beb.ValidatesOnNotifyDataErrors;