6 changed files with 88 additions and 8 deletions
Binary file not shown.
@ -0,0 +1,53 @@
@@ -0,0 +1,53 @@
|
||||
<?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> |
||||
Loading…
Reference in new issue