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.1
Syntax SynchronizationContext GetSynchronizationContext()
Function GetSynchronizationContext As SynchronizationContext
SynchronizationContext^ GetSynchronizationContext()
abstract GetSynchronizationContext : unit -> SynchronizationContext
Return Value
Type:
SynchronizationContextThe SynchronizationContext valid for the thread the HostControl was created in, e.g. SynchronizationContext.Current or DispatcherSynchronizationContext.Current
See Also