first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

“System.Windows.Markup Namespace”; XamlReader; MSDN

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]

mod date: 2009-09-20T04:24:16.000Z