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