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