XamlReader.Load Method
.NET Framework 3.0
Reads XAML markup and returns the root of the corresponding object tree.
| Name | Description |
|---|---|
| XamlReader.Load (Stream) | Reads the XAML markup in the specified Stream and returns an Object that corresponds to the root of the specified XML. |
| XamlReader.Load (XmlReader) | Reads the XAML markup in the specified XmlReader and returns an Object that corresponds to the root of the specified XML. |
| XamlReader.Load (Stream, ParserContext) | Reads the XAML markup in the specified Stream and returns an Object that corresponds to the root of the specified XML. |