Share via


DependencyObject.Dispatcher Property

Definition

Always returns null in a Windows App SDK app. Use DispatcherQueue instead.

public CoreDispatcher Dispatcher { get; }

Property Value

Always null in a Windows App SDK app. Use DispatcherQueue instead.

Applies to

See also