6 references to GetHasError
PresentationFramework (6)
System\Windows\Controls\Control.cs (1)
654if (Validation.GetHasError(this))
System\Windows\Controls\Primitives\DataGridRowsPresenter.cs (1)
125Validation.GetHasError(e.UIElement))
System\Windows\Controls\Validation.cs (3)
204if (GetHasError(d)) 266if (GetHasError(d)) 429ShowValidationAdornerHelper(targetElement, adornerSite, (bool)e.NewValue && GetHasError(targetElement), false);
System\Windows\Data\BindingGroup.cs (1)
961if (!Validation.GetHasError(mentor))