2 references to Dispatcher
WindowsBase (2)
Base\System\Windows\Threading\DispatcherHookEventArgs.cs (1)
26return _operation != null ? _operation.Dispatcher : null;
Base\System\Windows\Threading\DispatcherOperation.cs (1)
547newSynchronizationContext = Dispatcher._defaultDispatcherSynchronizationContext;