Namespace System.Windows.Threading
Classes
Dispatcher
Provides services for managing the queue of work items for a thread.
DispatcherOperation
Represents an operation that has been posted to the Dispatcher queue.
DispatcherSynchronizationContext
DispatcherTimer
A timer that is integrated into the Dispatcher queue, which is processed at a specified interval of time and at a specified priority.
Structs
DispatcherProcessingDisabled
Represents the Dispatcher when it is in a disable state and provides a means to re-enable dispatcher processing.
Enums
DispatcherOperationStatus
An enunmeration describing the status of a DispatcherOperation.
DispatcherPriority
An enunmeration describing the priorities at which operations can be invoked via the Dispatcher.