.NET Framework Class Library for Silverlight
DependencyObject..::.Dispatcher Property
Gets the Dispatcher this object is associated with.
Namespace:
System.Windows
Assembly:
System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
Public ReadOnly Property Dispatcher As Dispatcher
Get
Dim instance As DependencyObject
Dim value As Dispatcher
value = instance.Dispatcher
public Dispatcher Dispatcher { get; }
Only the thread the Dispatcher was created on may access the object.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference