Click or drag to resize

IDispatcherMessageLoop Properties

The IDispatcherMessageLoop type exposes the following members.

Properties
 NameDescription
Public propertyInvokeRequiredGets a value indicating whether the caller must call Invoke(Delegate, Object) when calling an object that implements this interface.
(Inherited from ISynchronizeInvoke)
Public propertySynchronizationContext Gets the synchronization context corresponding to this message loop.
Public propertySynchronizingObject Gets the ISynchronizeInvoke implementation corresponding to this message loop.
Public propertyThread Gets the thread that runs this message loop.
Top
See Also