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