The purpose of this article is to highlight some of the many uses for building XAML dynamically at run time. These techniques are extremely powerful.
Particularly if you ever write code which is building UI controls, styles, triggers or pretty much anything you can do in XAML then these techniques can save you an awful lot of time. This is one of those areas which is really exciting - so long as you can possibly do it in XAML the limitations are your imagination.
<
Application.Resources
>
ResourceDictionary
ResourceDictionary.MergedDictionaries
Source
=
"Dictionary1.xaml"
/>
</