2 references to DispatcherOperation
WindowsBase (2)
Base\System\Windows\Threading\Dispatcher.cs (2)
686
DispatcherOperation operation = new
DispatcherOperation
(this, priority, callback);
934
DispatcherOperation operation = new
DispatcherOperation
(this, priority, callback);