1 write to _dispatcher
ReachFramework (1)
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
49
_dispatcher
= Dispatcher.CurrentDispatcher;
3 references to _dispatcher
ReachFramework (3)
Serialization\Manager\XpsSerializationManagerAsync.cs (3)
484
_dispatcher
.BeginInvoke(DispatcherPriority.Background,
496
_dispatcher
.BeginInvoke(DispatcherPriority.Background,
542
_dispatcher
.Invoke(DispatcherPriority.Background, (DispatcherOperationCallback)(_ => null), null);