Silverlight Tip of the Day #60 – How to load a XAML Control From a ...
If you have a control written in XAML that is included in your project you can load and create it directly from file by using the method: System.Windows.Markup.XamlReader.Load().This method can also be used to directly create a ...