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