System.Xaml Overview

XamlReader is designed to generate a stream of logical XAML nodes from an arbitrary source (dictated by the concrete derived implementation), and XamlWriter is designed to consume such a stream of XAML nodes and write them out in an arbitrary way. The following derived readers and writers are shipped as public classes:

Readers (derived from System.Xaml.XamlReader):

Image System.Xaml.XamlXmlReader—Reads XML (by working with System.Xml.XmlReader, System.IO.TextReader, System.IO.Stream, or a filename string)

Image System.Xaml.XamlObjectReader ...

Get XAML Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.