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)
160
if (
_qEvents
!= null)
162
_qEvents
.Clear();
204
_qEvents
.Enqueue(new WinEvent(eventId, hwnd, idObject, idChild, eventTime));
221
while (
_qEvents
.Count > 0)
223
WinEvent e = (WinEvent)
_qEvents
.Dequeue(); // process queued events