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));
196
while (
_qEvents
.Count > 0)
198
WinEvent e = (WinEvent)
_qEvents
.Dequeue(); // process queued events