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