1 write to _dispatcher
ReachFramework (1)
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
35
_dispatcher
= Dispatcher.CurrentDispatcher;
3 references to _dispatcher
ReachFramework (3)
Serialization\Manager\XpsSerializationManagerAsync.cs (3)
447
_dispatcher
.BeginInvoke(DispatcherPriority.Background,
459
_dispatcher
.BeginInvoke(DispatcherPriority.Background,
505
_dispatcher
.Invoke(DispatcherPriority.Background, (DispatcherOperationCallback)(_ => null), null);