Gets the Dispatcher this object is associated with.
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.