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