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