Click or drag to resize
DigitalRuneWpfEnvironmentDispatcher Property
Gets the dispatcher of the WPF thread.

Namespace: DigitalRune.Graphics.Interop
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public static Dispatcher Dispatcher { get; }

Property Value

Type: Dispatcher
The dispatcher of the WPF thread.
See Also