Diff of /trunk/cforge/packages/IronPython-2.7.7/Platforms/Net45/IronPython.Wpf.xml [000000] .. [r31]  Maximize  Restore

Switch to unified view

a b/trunk/cforge/packages/IronPython-2.7.7/Platforms/Net45/IronPython.Wpf.xml
1
<?xml version="1.0"?>
2
<doc>
3
    <assembly>
4
        <name>IronPython.Wpf</name>
5
    </assembly>
6
    <members>
7
        <member name="T:IronPython.Modules.Wpf">
8
            <summary>
9
            Provides helpers for interacting with Windows Presentation Foundation applications.
10
            </summary>
11
        </member>
12
        <member name="M:IronPython.Modules.Wpf.LoadComponent(IronPython.Runtime.CodeContext,System.Object,System.String)">
13
            <summary>
14
            Loads XAML from the specified XmlReader and returns the deserialized object.  Any event handlers
15
            are bound to methods defined in the provided module.  Any named objects are assigned to the object.
16
            
17
            The provided object is expected to be the same type as the root of the XAML element.
18
            </summary>
19
        </member>
20
        <member name="M:IronPython.Modules.Wpf.LoadComponent(IronPython.Runtime.CodeContext,System.Object,System.IO.Stream)">
21
            <summary>
22
            Loads XAML from the specified XmlReader and returns the deserialized object.  Any event handlers
23
            are bound to methods defined in the provided module.  Any named objects are assigned to the object.
24
            
25
            The provided object is expected to be the same type as the root of the XAML element.
26
            </summary>
27
        </member>
28
        <member name="M:IronPython.Modules.Wpf.LoadComponent(IronPython.Runtime.CodeContext,System.Object,System.Xml.XmlReader)">
29
            <summary>
30
            Loads XAML from the specified XmlReader and returns the deserialized object.  Any event handlers
31
            are bound to methods defined in the provided module.  Any named objects are assigned to the object.
32
            
33
            The provided object is expected to be the same type as the root of the XAML element.
34
            </summary>
35
        </member>
36
        <member name="M:IronPython.Modules.Wpf.LoadComponent(IronPython.Runtime.CodeContext,System.Object,System.IO.TextReader)">
37
            <summary>
38
            Loads XAML from the specified XmlReader and returns the deserialized object.  Any event handlers
39
            are bound to methods defined in the provided module.  Any named objects are assigned to the object.
40
            
41
            The provided object is expected to be the same type as the root of the XAML element.
42
            </summary>
43
        </member>
44
        <member name="M:IronPython.Modules.Wpf.LoadComponent(IronPython.Runtime.CodeContext,System.Object,System.Xaml.XamlXmlReader)">
45
            <summary>
46
            Loads XAML from the specified XmlReader and returns the deserialized object.  Any event handlers
47
            are bound to methods defined in the provided module.  Any named objects are assigned to the object.
48
            
49
            The provided object is expected to be the same type as the root of the XAML element.
50
            </summary>
51
        </member>
52
    </members>
53
</doc>