1 write to _callbackQueue
UIAutomationClient (1)
MS\Internal\Automation\ClientEventManager.cs (1)
372
_callbackQueue
= new QueueProcessor();
5 references to _callbackQueue
UIAutomationClient (5)
MS\Internal\Automation\ClientEventManager.cs (5)
351
return
_callbackQueue
;
373
_callbackQueue
.StartOnThread();
400
_callbackQueue
.PostQuit();
526
_callbackQueue
.PostSyncWorkItem(new WinEventQueueItem(eventWrapper, WinEventQueueItem.StartListening));
539
_callbackQueue
.PostSyncWorkItem(new WinEventQueueItem(eventWrapper, WinEventQueueItem.StopListening));