Resources  
  • Load XAML File DynamicallyAug 26, 2014. In this article, you will see how to load a XAML file in code.
  • Understanding Uncompiled XAML to design dynamic UI in WPFSep 18, 2011. This is a specialized approach that makes sense in certain scenarios where we need highly dynamic user interfaces. We load part of the user interface from a XAML file at runtime using the XamlReader class from the System.Windows.Markup namespace.