4 references to BindingInError
PresentationFramework (4)
src\Framework\System\Windows\Data\BindingGroup.cs (4)
316
return (error.
BindingInError
== this ||
318
( (bb = error.
BindingInError
as BindingExpressionBase) != null &&
790
if (validationError.
BindingInError
== this ||
981
if (error.RuleInError.ValidatesOnTargetUpdated && error.
BindingInError
== this)