1 write to _dispatcher
WindowsBase (1)
Base\System\Windows\Threading\DispatcherPriorityAwaiter.cs (1)
25
_dispatcher
= dispatcher;
2 references to _dispatcher
WindowsBase (2)
Base\System\Windows\Threading\DispatcherPriorityAwaiter.cs (2)
55
if(
_dispatcher
== null)
60
_dispatcher
.InvokeAsync(continuation, _priority);