6 references to GetHasError
PresentationFramework (6)
System\Windows\Controls\Control.cs (1)
663if (Validation.GetHasError(this))
System\Windows\Controls\Primitives\DataGridRowsPresenter.cs (1)
135Validation.GetHasError(e.UIElement))
System\Windows\Controls\Validation.cs (3)
212if (GetHasError(d)) 274if (GetHasError(d)) 437ShowValidationAdornerHelper(targetElement, adornerSite, (bool)e.NewValue && GetHasError(targetElement), false);
System\Windows\Data\BindingGroup.cs (1)
966if (!Validation.GetHasError(mentor))