5 references to GetHasError
PresentationFramework (5)
src\Framework\System\Windows\Controls\Control.cs (1)
664if (Validation.GetHasError(this))
src\Framework\System\Windows\Controls\Primitives\DataGridRowsPresenter.cs (1)
136Validation.GetHasError(e.UIElement))
src\Framework\System\Windows\Controls\Validation.cs (2)
224if (GetHasError(d)) 288if (GetHasError(d))
src\Framework\System\Windows\Data\BindingGroup.cs (1)
968if (!Validation.GetHasError(mentor))