Click or drag to resize

ThreadWithDispatcherCheckAccess Method

Determines whether the calling thread is the thread associated with this Dispatcher.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public bool CheckAccess()

Return Value

Type: Boolean
true if the calling thread is the thread associated with this Dispatcher; otherwise, false.
See Also