When should I use FrameworkPropertyMetadata or UIPropertyMetadata over plain PropertyMetadata?
- by Roger Lipscombe
When looking at sample attached properties and behaviors, I've seen a mishmash of uses of FrameworkPropertyMetadata, UIPropertyMetadata and PropertyMetadata. Since they all form an inheritance hierarchy, how do I choose which one to use?