System.Windows.Presentation
is used by Windows Presentation Foundation (WPF) add-ins to convert between a and an .
Returns a that has been converted from an .
The that was passed across the isolation boundary between the host application and the add-in.
A 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 an that has been converted from a .
The to be passed across the isolation boundary between the host application and the add-in.
An 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.
is not the root element of a tree of elements.
Provides a set of methods that extend the class.
Executes the specified delegate asynchronously with normal priority on the thread that the specified was created on.
The dispatcher that executes the delegate.
The delegate to execute, which takes no arguments and does not return a value.
An object that represents the result of the operation.
is .
Executes the specified delegate asynchronously with the specified priority on the thread that the specified was created on.
The dispatcher that executes the delegate.
The delegate to execute, which takes no arguments and does not return a value.
The execution priority of the delegate relative to other pending operations in the event queue.
An object that represents the result of the operation.
is .
is not a valid .
Executes the specified delegate synchronously with normal priority on the thread that the specified was created on.
The dispatcher that executes the delegate.
The delegate to execute, which takes no arguments and does not return a value.
is .
Executes the specified delegate synchronously on the thread that the specified was created on, and stops execution after the specified time-out period.
The dispatcher that executes the delegate.
The delegate to execute, which takes no arguments and does not return a value.
The maximum time to wait for the operation to finish.
is .
is equal to .
is not a valid .
Executes the specified delegate synchronously with the specified priority on the thread that the specified was created on, and stops execution after the specified time-out period.
The dispatcher that executes the delegate.
The delegate to execute, which takes no arguments and does not return a value.
The maximum time to wait for the operation to finish.
The execution priority of the delegate relative to other pending operations in the event queue.
is .
is equal to .
is not a valid .
Executes the specified delegate synchronously with the specified priority on the thread that the specified was created on.
The dispatcher that executes the delegate.
The delegate to execute, which takes no arguments and does not return a value.
The execution priority of the delegate relative to other pending operations in the event queue.
is .
is equal to .
is not a valid .
Provides a set of methods that extend the class.
Waits indefinitely for the underlying to complete.
The that is associated with the .
The status of the underlying .
The is not associated with a .
Waits for the specified amount of time for the underlying to complete.
The that is associated with the .
The amount of time to wait.
The status of the underlying .
The is not associated with a .
Returns a value that indicates whether this is associated with a .
The to check.
The status of the underlying .