Click or drag to resize

ShellFilePreviewGetSynchronizationContext Method

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

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public SynchronizationContext GetSynchronizationContext()

Return Value

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

Implements

ICommonPreviewHandlerHostGetSynchronizationContext
See Also