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