Derives from
Object
Key members
public Dispatcher Dispatcher { get; }
Summary
Most objects in WPF derive from DispatcherObject, which provides the basic constructs for dealing with concurrency and threading. Such objects are associated with a Dispatcher.
Only the thread that the Dispatcher w...