I read it in this question: StaticResource Vs DynamicResource
A good example would be a forward reference to a resource defined later on in the XAML. So why would one define the resource later on at the first step and use DynamicResource, why not just define it before its use.
Do anybody have any example of a need to define the resource after its use in the xaml file ?