Recently i\'ve read \'Databinding overview\' article at MSDN and there is such sample code:
(Validation.Errors) references the attached property Errors in the Validation class. Since the binding has a RelativeSource = Self, it's gonna look for the value of that attached property with respect to the TextBox itself.
(Validation.Errors)
Errors
Validation
RelativeSource = Self