views:

183

answers:

1

Hi,
Can anyone explain how is dependency property implemented? Is it just a static dictionary that is declared in base class with a reference of given instance as a key?I can't find any resources about this in internet...
Thanks a lot

+1  A: 

I see two questions:

  1. How do dependency properties work? This MSDN article is a great series on dependency properties. Should be a good overview to get you started.
  2. How are dependency properties implemented? You won't find any resources on this because why would Microsoft want to expose their implementation of DP ? That being said, that's certainly open to discussion.
siz
I edited the title :)
ArsenMkrt
It is easer to understand how it works, when you know how is it implemented...
ArsenMkrt