3 references to ValidationErrorsInternalProperty
PresentationFramework (3)
System\Windows\Controls\Validation.cs (3)
118
return (ValidationErrorCollection) target.GetValue(Validation.
ValidationErrorsInternalProperty
);
511
targetElement.SetValue(Validation.
ValidationErrorsInternalProperty
, validationErrors);
554
targetElement.ClearValue(
ValidationErrorsInternalProperty
);