1 write to _qEvents
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\MSAAWinEventWrap.cs (1)
178
_qEvents
= new Queue(16, (float)2.0); // (initial cap, growth factor)
5 references to _qEvents
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\MSAAWinEventWrap.cs (5)
104
if (
_qEvents
!= null)
106
_qEvents
.Clear();
131
_qEvents
.Enqueue(new WinEvent(eventId, hwnd, idObject, idChild));
150
while (
_qEvents
.Count > 0)
152
WinEvent winEvent = (WinEvent)
_qEvents
.Dequeue(); // process queued events