Click or drag to resize

ShellFilePreviewGetSynchronizationContext Method

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

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public SynchronizationContext GetSynchronizationContext()

Return Value

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

Implements

ICommonPreviewHandlerHostGetSynchronizationContext
See Also