[r33]: / trunk / cforge / packages / IronPython-2.7.8 / Net45 / DLLs / IronPython.Wpf.xml  Maximize  Restore  History

Download this file

54 lines (48 with data), 3.0 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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>