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