1 write to _dispatcher
ReachFramework (1)
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
36
_dispatcher
= Dispatcher.CurrentDispatcher;
3 references to _dispatcher
ReachFramework (3)
Serialization\Manager\XpsSerializationManagerAsync.cs (3)
448
_dispatcher
.BeginInvoke(DispatcherPriority.Background,
460
_dispatcher
.BeginInvoke(DispatcherPriority.Background,
506
_dispatcher
.Invoke(DispatcherPriority.Background, (DispatcherOperationCallback)(_ => null), null);