Share via


Window.Dispatcher Property

Definition

Gets the CoreDispatcher object for the Window, which is generally the CoreDispatcher for the UI thread.

public CoreDispatcher Dispatcher { get; }

Property Value

An object that references the UI thread for the Window.

Applies to