2 references to HasValidationError
PresentationFramework (2)
System\Windows\Data\BindingExpressionBase.cs (1)
1897
shouldStore = (bg.Owner != null) && (bg.IsDirty || bg.
HasValidationError
);
System\Windows\Data\BindingGroup.cs (1)
1506
bool shouldStore = Owner != null && (IsDirty ||
HasValidationError
);