5 references to ValidatesOnNotifyDataErrors
PresentationFramework (5)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (1)
299
get { return ParentBindingExpression.
ValidatesOnNotifyDataErrors
; }
src\Framework\System\Windows\Data\BindingExpression.cs (3)
590
if (
ValidatesOnNotifyDataErrors
)
2307
if (!
ValidatesOnNotifyDataErrors
|| IsDetached)
2346
if (!
ValidatesOnNotifyDataErrors
)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
2754
result = beb.
ValidatesOnNotifyDataErrors
;