Click or drag to resize

GlobalDispatcher Property

Gets or sets the UI Dispatcher for the current UI Thread.

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static Dispatcher Dispatcher { get; set; }

Property Value

Type: Dispatcher
The current application's UI Dispatcher, initialized only by Hummingbird.
See Also