DependencyProperty Registration info
Hi,
Actually there is no way using the DependencyProperty for ask is the property as previously registered or not. I have found the DependencyPropertyHelper for this question.
Is not a good idea add on the DependencyProperty class a method like this?
IsRegistered(string propertyName, type UIElementType)
-- Andrea Gelati
Blog: http://blogs/ugidotnet.org/agelati

