1 write to _qEvents
UIAutomationClient (1)
MS\Internal\Automation\WinEventWrap.cs (1)
269_qEvents = new Queue(16, (float)2.0); // (initial cap, growth factor)
5 references to _qEvents
UIAutomationClient (5)
MS\Internal\Automation\WinEventWrap.cs (5)
160if (_qEvents != null) 162_qEvents.Clear(); 204_qEvents.Enqueue(new WinEvent(eventId, hwnd, idObject, idChild, eventTime)); 221while (_qEvents.Count > 0) 223WinEvent e = (WinEvent)_qEvents.Dequeue(); // process queued events