Related resources for XamlReader
  • Load XAML File Dynamically8/26/2014 2:50:29 AM. In this article, you will see how to load a XAML file in code.
  • Understanding Uncompiled XAML to design dynamic UI in WPF9/18/2011 1:34:36 PM. 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.