1 write to _qEvents
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\MSAAWinEventWrap.cs (1)
175_qEvents = new Queue(16, (float)2.0); // (initial cap, growth factor)
4 references to _qEvents
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\MSAAWinEventWrap.cs (4)
104_qEvents?.Clear(); 128_qEvents.Enqueue(new WinEvent(eventId, hwnd, idObject, idChild)); 147while (_qEvents.Count > 0) 149WinEvent winEvent = (WinEvent)_qEvents.Dequeue(); // process queued events