DispatcherObject.Dispatcher Property
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