You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
2.9 KiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>IronPython.Wpf</name>
</assembly>
<members>
<member name="T:IronPython.Modules.Wpf">
<summary>
Provides helpers for interacting with Windows Presentation Foundation applications.
</summary>
</member>
<member name="M:IronPython.Modules.Wpf.LoadComponent(IronPython.Runtime.CodeContext,System.Object,System.String)">
<summary>
Loads XAML from the specified XmlReader and returns the deserialized object. Any event handlers
are bound to methods defined in the provided module. Any named objects are assigned to the object.
The provided object is expected to be the same type as the root of the XAML element.
</summary>
</member>
<member name="M:IronPython.Modules.Wpf.LoadComponent(IronPython.Runtime.CodeContext,System.Object,System.IO.Stream)">
<summary>
Loads XAML from the specified XmlReader and returns the deserialized object. Any event handlers
are bound to methods defined in the provided module. Any named objects are assigned to the object.
The provided object is expected to be the same type as the root of the XAML element.
</summary>
</member>
<member name="M:IronPython.Modules.Wpf.LoadComponent(IronPython.Runtime.CodeContext,System.Object,System.Xml.XmlReader)">
<summary>
Loads XAML from the specified XmlReader and returns the deserialized object. Any event handlers
are bound to methods defined in the provided module. Any named objects are assigned to the object.
The provided object is expected to be the same type as the root of the XAML element.
</summary>
</member>
<member name="M:IronPython.Modules.Wpf.LoadComponent(IronPython.Runtime.CodeContext,System.Object,System.IO.TextReader)">
<summary>
Loads XAML from the specified XmlReader and returns the deserialized object. Any event handlers
are bound to methods defined in the provided module. Any named objects are assigned to the object.
The provided object is expected to be the same type as the root of the XAML element.
</summary>
</member>
<member name="M:IronPython.Modules.Wpf.LoadComponent(IronPython.Runtime.CodeContext,System.Object,System.Xaml.XamlXmlReader)">
<summary>
Loads XAML from the specified XmlReader and returns the deserialized object. Any event handlers
are bound to methods defined in the provided module. Any named objects are assigned to the object.
The provided object is expected to be the same type as the root of the XAML element.
</summary>
</member>
</members>
</doc>