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)
104if (_qEvents != null) 106_qEvents.Clear(); 131_qEvents.Enqueue(new WinEvent(eventId, hwnd, idObject, idChild)); 150while (_qEvents.Count > 0) 152WinEvent winEvent = (WinEvent)_qEvents.Dequeue(); // process queued events