3 writes to hItem
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2482
hItem
= new IntPtr(hitTestInfo.hItem)
2511
hItem
= new IntPtr(hitTestInfo64.hItem)
MS\Win32\NativeMethods.cs (1)
1670
hItem
= IntPtr.Zero;
1 reference to hItem
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
992
hitTestItem = hitTestInfo.
hItem
;