1 instantiation of DispatcherPriorityAwaitable
WindowsBase (1)
Base\System\Windows\Threading\Dispatcher.cs (1)
423
return new
DispatcherPriorityAwaitable
(currentDispatcher, priority);
2 references to DispatcherPriorityAwaitable
WindowsBase (2)
Base\System\Windows\Threading\Dispatcher.cs (2)
404
public static
DispatcherPriorityAwaitable
Yield()
413
public static
DispatcherPriorityAwaitable
Yield(DispatcherPriority priority)