1 write to _alHwnd
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
407eventCreateParams = hookParams._alHwnd = new ArrayList (16);
5 references to _alHwnd
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WinEventTracker.cs (5)
237if (hookParams != null && hookParams._alHwnd != null) 239ArrayList eventCreateParams = hookParams._alHwnd; 290if (hookParams != null && hookParams._alHwnd != null) 292ArrayList eventCreateParams = hookParams._alHwnd; 399ArrayList eventCreateParams = hookParams._alHwnd;