1 write to _callbackQueue
UIAutomationClient (1)
MS\Internal\Automation\ClientEventManager.cs (1)
356
_callbackQueue
= new QueueProcessor();
5 references to _callbackQueue
UIAutomationClient (5)
MS\Internal\Automation\ClientEventManager.cs (5)
335
return
_callbackQueue
;
357
_callbackQueue
.StartOnThread();
384
_callbackQueue
.PostQuit();
510
_callbackQueue
.PostSyncWorkItem(new WinEventQueueItem(eventWrapper, WinEventQueueItem.StartListening));
523
_callbackQueue
.PostSyncWorkItem(new WinEventQueueItem(eventWrapper, WinEventQueueItem.StopListening));