WPF: force all the validation rules attached to an object to be executed

I’m working on a WPF application that have some validation performed through the standard ValidationRule system employed by WPF at the UI level. Recently I needed a way to validate (that is check the state and force the execution of any valida...