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