1 write to _hWndList
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
394hookParams._hWndList = new List<EventCreateParams>(16);
6 references to _hWndList
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WinEventTracker.cs (6)
229if (hookParams != null && hookParams._hWndList != null) 231List<EventCreateParams> eventCreateParams = hookParams._hWndList; 282if (hookParams != null && hookParams._hWndList != null) 284List<EventCreateParams> eventCreateParams = hookParams._hWndList; 385List<EventCreateParams> eventCreateParams = hookParams._hWndList; 395eventCreateParams = hookParams._hWndList;