1 write to _hWndList
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
395hookParams._hWndList = new List<EventCreateParams>(16);
6 references to _hWndList
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WinEventTracker.cs (6)
230if (hookParams != null && hookParams._hWndList != null) 232List<EventCreateParams> eventCreateParams = hookParams._hWndList; 283if (hookParams != null && hookParams._hWndList != null) 285List<EventCreateParams> eventCreateParams = hookParams._hWndList; 386List<EventCreateParams> eventCreateParams = hookParams._hWndList; 396eventCreateParams = hookParams._hWndList;