When should I use FrameworkPropertyMetadata or UIPropertyMetadata over plain PropertyMetadata?

Posted by Roger Lipscombe on Stack Overflow See other posts from Stack Overflow or by Roger Lipscombe
Published on 2010-03-21T12:11:42Z Indexed on 2010/03/21 12:41 UTC
Read the original article Hit count: 560

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?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about attachedproperties