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