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