The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DispatcherObject::Dispatcher Property
.NET Framework (current version)
Gets the Dispatcher this DispatcherObject is associated with.
Assembly: WindowsBase (in WindowsBase.dll)
Only the thread that the Dispatcher was created on may access the DispatcherObject directly. To access a DispatcherObject from a thread other than the thread the DispatcherObject was created on, call Invoke and BeginInvoke on the Dispatcher the DispatcherObject is associated with.
.NET Framework
Available since 3.0
Available since 3.0
Show: