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)
112if (_qEvents != null) 114_qEvents.Clear(); 139_qEvents.Enqueue(new WinEvent(eventId, hwnd, idObject, idChild)); 158while (_qEvents.Count > 0) 160WinEvent winEvent = (WinEvent)_qEvents.Dequeue(); // process queued events