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)
145
if (
_qEvents
!= null)
147
_qEvents
.Clear();
189
_qEvents
.Enqueue(new WinEvent(eventId, hwnd, idObject, idChild, eventTime));
206
while (
_qEvents
.Count > 0)
208
WinEvent e = (WinEvent)
_qEvents
.Dequeue(); // process queued events