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