1 write to _callbackQueue
UIAutomationClient (1)
MS\Internal\Automation\ClientEventManager.cs (1)
362
_callbackQueue
= new QueueProcessor();
5 references to _callbackQueue
UIAutomationClient (5)
MS\Internal\Automation\ClientEventManager.cs (5)
341
return
_callbackQueue
;
363
_callbackQueue
.StartOnThread();
390
_callbackQueue
.PostQuit();
516
_callbackQueue
.PostSyncWorkItem(new WinEventQueueItem(eventWrapper, WinEventQueueItem.StartListening));
529
_callbackQueue
.PostSyncWorkItem(new WinEventQueueItem(eventWrapper, WinEventQueueItem.StopListening));