How are DynamicResources built?

Posted by miguel on Stack Overflow See other posts from Stack Overflow or by miguel
Published on 2010-04-15T20:44:21Z Indexed on 2010/04/17 5:43 UTC
Read the original article Hit count: 251

Filed under:
|
|
|

Are dynamic resources truly dynamic? If I define a DynamicResource, I realise that an expression is created (where?) that is not translated into a resource until runtime, however, What I do not understans is whether this dynamicresouce, once built, is now "Static"

For instance, if I create a context menu via a dynamicresource, are the menuitems which are created at runtime on access then static, even if they are bound?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about xaml