DispatcherObject.Dispatcher Property
.NET Framework 4.6 and 4.5
Gets the Dispatcher this DispatcherObject is associated with.
Namespace: System.Windows.Threading
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.
Show: