December 2014
Intermediate to advanced
512 pages
17h 4m
English
WPF provides two ways to access a logical resource:
Statically with StaticResource, meaning that the resource is applied only once (the first time it’s needed)
Dynamically with DynamicResource, meaning that the resource is reapplied every time it changes
The DynamicResource markup extension implements the ability to walk the logical tree just like StaticResource does, so DynamicResource can often be used wherever StaticResource is used to get the same effect. The main difference between StaticResource and DynamicResource ...
Read now
Unlock full access