1 write to _callbackQueue
UIAutomationClient (1)
MS\Internal\Automation\ClientEventManager.cs (1)
355
_callbackQueue
= new QueueProcessor();
5 references to _callbackQueue
UIAutomationClient (5)
MS\Internal\Automation\ClientEventManager.cs (5)
334
return
_callbackQueue
;
356
_callbackQueue
.StartOnThread();
383
_callbackQueue
.PostQuit();
509
_callbackQueue
.PostSyncWorkItem(new WinEventQueueItem(eventWrapper, WinEventQueueItem.StartListening));
522
_callbackQueue
.PostSyncWorkItem(new WinEventQueueItem(eventWrapper, WinEventQueueItem.StopListening));