Here are my doubts,
- When to use AttachedProperties in wpf
- Should I use AttachedProperties only with ContentControls (like Panels) where are there one or more children
- What is the use of AttachedProperties
- Can I use AttachedProperties for extending properties of a control, i.e., properties that don't exists but I would like to add to the control without modifying the object hierarchy of that control
P.S.: I have already read the MSDN link on AttachedProperties, still I would like to hear the best from the stackoverflow users
Thanks