6 references to GetHasError
PresentationFramework (6)
System\Windows\Controls\Control.cs (1)
653if (Validation.GetHasError(this))
System\Windows\Controls\Primitives\DataGridRowsPresenter.cs (1)
124Validation.GetHasError(e.UIElement))
System\Windows\Controls\Validation.cs (3)
203if (GetHasError(d)) 262if (GetHasError(d)) 422ShowValidationAdornerHelper(targetElement, adornerSite, (bool)e.NewValue && GetHasError(targetElement), false);
System\Windows\Data\BindingGroup.cs (1)
948if (!Validation.GetHasError(mentor))