Provides types to support serialization and Extensible Application Markup Language (XAML) in Windows Presentation Foundation (WPF). In particular, contains classes to support XAML markup extensions and other language concepts that are defined by the XAML specification, reader/writer implementation classes, serializers, and attributes that report XAML characteristics to reflection-based analysis.
…
XamlReader
Provides the means to parse XAML markup into an object or a tree of objects.
[http://msdn.microsoft.com/en-us/library/system.windows.markup.aspx]