aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Modules/Tango.FSE.Procedures/Procedures Assemblies/System.Windows.Presentation.xml
blob: fb41577d6ffd008138d936c1e07ea71c252069cf (plain)
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>System.Windows.Presentation</name>
  </assembly>
  <members>
    <member name="M:System.AddIn.Pipeline.FrameworkElementAdapters.ContractToViewAdapter(System.AddIn.Contract.INativeHandleContract)">
      <summary>Returns a <see cref="T:System.Windows.FrameworkElement" /> that has been converted from an <see cref="T:System.AddIn.Contract.INativeHandleContract" />.</summary>
      <param name="nativeHandleContract">The <see cref="T:System.AddIn.Contract.INativeHandleContract" /> that was passed across the isolation boundary between the host application and the add-in.</param>
      <returns>A <see cref="T:System.Windows.FrameworkElement" /> that will be displayed from either the host application or add-in, depending on the direction in which the UI is passed between the two.</returns>
    </member>
    <member name="M:System.AddIn.Pipeline.FrameworkElementAdapters.ViewToContractAdapter(System.Windows.FrameworkElement)">
      <summary>Returns an <see cref="T:System.AddIn.Contract.INativeHandleContract" /> that has been converted from a <see cref="T:System.Windows.FrameworkElement" />.</summary>
      <param name="root">The <see cref="T:System.Windows.FrameworkElement" /> to be passed across the isolation boundary between the host application and the add-in.</param>
      <returns>An <see cref="T:System.AddIn.Contract.INativeHandleContract" /> that is passed from either the host application or the add-in, depending on the direction in which the UI is passed between the two.</returns>
      <exception cref="T:System.InvalidOperationException">
              <paramref name="root" /> is not the root element of a tree of elements.</exception>
    </member>
    <member name="M:System.Windows.Threading.DispatcherExtensions.BeginInvoke(System.Windows.Threading.Dispatcher,System.Action)">
      <summary>Executes the specified delegate asynchronously with normal priority on the thread that the specified <see cref="T:System.Windows.Threading.Dispatcher" /> was created on.</summary>
      <param name="dispatcher">The dispatcher that executes the delegate.</param>
      <param name="action">The delegate to execute, which takes no arguments and does not return a value.</param>
      <returns>An <see cref="T:System.IAsyncResult" /> object that represents the result of the <see cref="M:System.Windows.Threading.DispatcherExtensions.BeginInvoke(System.Windows.Threading.Dispatcher,System.Action)" /> operation.</returns>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="action" /> is <see langword="null" />. </exception>
    </member>
    <member name="M:System.Windows.Threading.DispatcherExtensions.BeginInvoke(System.Windows.Threading.Dispatcher,System.Action,System.Windows.Threading.DispatcherPriority)">
      <summary>Executes the specified delegate asynchronously with the specified priority on the thread that the specified <see cref="T:System.Windows.Threading.Dispatcher" /> was created on.</summary>
      <param name="dispatcher">The dispatcher that executes the delegate.</param>
      <param name="action">The delegate to execute, which takes no arguments and does not return a value.</param>
      <param name="priority">The execution priority of the delegate relative to other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue. </param>
      <returns>An <see cref="T:System.IAsyncResult" /> object that represents the result of the <see cref="M:System.Windows.Threading.DispatcherExtensions.BeginInvoke(System.Windows.Threading.Dispatcher,System.Action,System.Windows.Threading.DispatcherPriority)" /> operation.</returns>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="action" /> is <see langword="null" />. </exception>
      <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
              <paramref name="priority" /> is not a valid <see cref="T:System.Windows.Threading.DispatcherPriority" />.</exception>
    </member>
    <member name="M:System.Windows.Threading.DispatcherExtensions.Invoke(System.Windows.Threading.Dispatcher,System.Action)">
      <summary>Executes the specified delegate synchronously with normal priority on the thread that the specified <see cref="T:System.Windows.Threading.Dispatcher" /> was created on.</summary>
      <param name="dispatcher">The dispatcher that executes the delegate.</param>
      <param name="action">The delegate to execute, which takes no arguments and does not return a value.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="action" /> is <see langword="null" />. </exception>
    </member>
    <member name="M:System.Windows.Threading.DispatcherExtensions.Invoke(System.Windows.Threading.Dispatcher,System.Action,System.TimeSpan)">
      <summary>Executes the specified delegate synchronously on the thread that the specified <see cref="T:System.Windows.Threading.Dispatcher" /> was created on, and stops execution after the specified time-out period. </summary>
      <param name="dispatcher">The dispatcher that executes the delegate.</param>
      <param name="action">The delegate to execute, which takes no arguments and does not return a value.</param>
      <param name="timeout">The maximum time to wait for the operation to finish.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="action" /> is <see langword="null" />. </exception>
      <exception cref="T:System.ArgumentException">
              <paramref name="priority" /> is equal to <see cref="F:System.Windows.Threading.DispatcherPriority.Inactive" />.</exception>
      <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
              <paramref name="priority" /> is not a valid <see cref="T:System.Windows.Threading.DispatcherPriority" />.</exception>
    </member>
    <member name="M:System.Windows.Threading.DispatcherExtensions.Invoke(System.Windows.Threading.Dispatcher,System.Action,System.TimeSpan,System.Windows.Threading.DispatcherPriority)">
      <summary>Executes the specified delegate synchronously with the specified priority on the thread that the specified <see cref="T:System.Windows.Threading.Dispatcher" /> was created on, and stops execution after the specified time-out period.</summary>
      <param name="dispatcher">The dispatcher that executes the delegate.</param>
      <param name="action">The delegate to execute, which takes no arguments and does not return a value.</param>
      <param name="timeout">The maximum time to wait for the operation to finish.</param>
      <param name="priority">The execution priority of the delegate relative to other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue. </param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="action" /> is <see langword="null" />. </exception>
      <exception cref="T:System.ArgumentException">
              <paramref name="priority" /> is equal to <see cref="F:System.Windows.Threading.DispatcherPriority.Inactive" />.</exception>
      <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
              <paramref name="priority" /> is not a valid <see cref="T:System.Windows.Threading.DispatcherPriority" />.</exception>
    </member>
    <member name="M:System.Windows.Threading.DispatcherExtensions.Invoke(System.Windows.Threading.Dispatcher,System.Action,System.Windows.Threading.DispatcherPriority)">
      <summary>Executes the specified delegate synchronously with the specified priority on the thread that the specified <see cref="T:System.Windows.Threading.Dispatcher" /> was created on.</summary>
      <param name="dispatcher">The dispatcher that executes the delegate.</param>
      <param name="action">The delegate to execute, which takes no arguments and does not return a value.</param>
      <param name="priority">The execution priority of the delegate relative to other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue. </param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="action" /> is <see langword="null" />. </exception>
      <exception cref="T:System.ArgumentException">
              <paramref name="priority" /> is equal to <see cref="F:System.Windows.Threading.DispatcherPriority.Inactive" />.</exception>
      <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
              <paramref name="priority" /> is not a valid <see cref="T:System.Windows.Threading.DispatcherPriority" />.</exception>
    </member>
    <member name="M:System.Windows.Threading.TaskExtensions.DispatcherOperationWait(System.Threading.Tasks.Task)">
      <summary>Waits indefinitely for the underlying <see cref="T:System.Windows.Threading.DispatcherOperation" /> to complete.</summary>
      <param name="this">The <see cref="T:System.Threading.Tasks.Task" /> that is associated with the <see cref="T:System.Windows.Threading.DispatcherOperation" />.</param>
      <returns>The status of the underlying <see cref="T:System.Windows.Threading.DispatcherOperation" />.</returns>
      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Threading.Tasks.Task" /> is not associated with a <see cref="T:System.Windows.Threading.DispatcherOperation" />.</exception>
    </member>
    <member name="M:System.Windows.Threading.TaskExtensions.DispatcherOperationWait(System.Threading.Tasks.Task,System.TimeSpan)">
      <summary>Waits for the specified amount of time for the underlying <see cref="T:System.Windows.Threading.DispatcherOperation" /> to complete.</summary>
      <param name="this">The <see cref="T:System.Threading.Tasks.Task" /> that is associated with the <see cref="T:System.Windows.Threading.DispatcherOperation" />.</param>
      <param name="timeout">The amount of time to wait.</param>
      <returns>The status of the underlying <see cref="T:System.Windows.Threading.DispatcherOperation" />.</returns>
      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Threading.Tasks.Task" /> is not associated with a <see cref="T:System.Windows.Threading.DispatcherOperation" />.</exception>
    </member>
    <member name="M:System.Windows.Threading.TaskExtensions.IsDispatcherOperationTask(System.Threading.Tasks.Task)">
      <summary>Returns a value that indicates whether this <see cref="T:System.Threading.Tasks.Task" /> is associated with a <see cref="T:System.Windows.Threading.DispatcherOperation" />.</summary>
      <param name="this">The <see cref="T:System.Threading.Tasks.Task" /> to check.</param>
      <returns>The status of the underlying <see cref="T:System.Windows.Threading.DispatcherOperation" />.</returns>
    </member>
    <member name="T:System.AddIn.Pipeline.FrameworkElementAdapters">
      <summary>
          <see cref="T:System.AddIn.Pipeline.FrameworkElementAdapters" /> is used by Windows Presentation Foundation (WPF) add-ins to convert between a <see cref="T:System.Windows.FrameworkElement" /> and an <see cref="T:System.AddIn.Contract.INativeHandleContract" />.</summary>
    </member>
    <member name="T:System.Windows.Threading.DispatcherExtensions">
      <summary>Provides a set of <see langword="static" /> methods that extend the <see cref="T:System.Windows.Threading.Dispatcher" /> class.</summary>
    </member>
    <member name="T:System.Windows.Threading.TaskExtensions">
      <summary>Provides a set of <see langword="static" /> methods that extend the <see cref="T:System.Threading.Tasks.Task" /> class.</summary>
    </member>
  </members>
</doc>