5 references to ValidatesOnNotifyDataErrors
PresentationFramework (5)
MS\Internal\Data\ClrBindingWorker.cs (1)
284
get { return ParentBindingExpression.
ValidatesOnNotifyDataErrors
; }
System\Windows\Data\BindingExpression.cs (3)
575
if (
ValidatesOnNotifyDataErrors
)
2280
if (!
ValidatesOnNotifyDataErrors
|| IsDetached)
2319
if (!
ValidatesOnNotifyDataErrors
)
System\Windows\Data\BindingExpressionBase.cs (1)
2725
result = beb.
ValidatesOnNotifyDataErrors
;