WindowOnNewThread Module
A module to creates a WPF window on a new STA thread. Returns the window and the associated SynchronizationContext call BeginInvokeShutdown on thread when window is closed
Functions and values
Function or value |
Description
|
Full Usage:
WindowOnNewThread.show createWindow
Parameters:
unit -> Window
Returns: Window * SynchronizationContext
|
Creates a WPF window on a new STA thread. Returns the window and the associated SynchronizationContext call BeginInvokeShutdown on thread when window is closed
|