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