1 write to _qEvents
UIAutomationClient (1)
MS\Internal\Automation\WinEventWrap.cs (1)
243_qEvents = new Queue(16, (float)2.0); // (initial cap, growth factor)
4 references to _qEvents
UIAutomationClient (4)
MS\Internal\Automation\WinEventWrap.cs (4)
137_qEvents?.Clear(); 178_qEvents.Enqueue(new WinEvent(eventId, hwnd, idObject, idChild, eventTime)); 195while (_qEvents.Count > 0) 197WinEvent e = (WinEvent)_qEvents.Dequeue(); // process queued events