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