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