Click or drag to resize

ICommonPreviewHandlerHostGetSynchronizationContext Method

PreviewHost must provide its SynchronizationContext to be used by async events.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
SynchronizationContext GetSynchronizationContext()

Return Value

Type: SynchronizationContext
The SynchronizationContext valid for the thread the HostControl was created in, e.g. SynchronizationContext.Current or DispatcherSynchronizationContext.Current
See Also