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
)
2284
if (!
ValidatesOnNotifyDataErrors
|| IsDetached)
2323
if (!
ValidatesOnNotifyDataErrors
)
System\Windows\Data\BindingExpressionBase.cs (1)
2736
result = beb.
ValidatesOnNotifyDataErrors
;