1 write to _qEvents
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\MSAAWinEventWrap.cs (1)
186
_qEvents
= new Queue(16, (float)2.0); // (initial cap, growth factor)
5 references to _qEvents
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\MSAAWinEventWrap.cs (5)
112
if (
_qEvents
!= null)
114
_qEvents
.Clear();
139
_qEvents
.Enqueue(new WinEvent(eventId, hwnd, idObject, idChild));
158
while (
_qEvents
.Count > 0)
160
WinEvent winEvent = (WinEvent)
_qEvents
.Dequeue(); // process queued events