3 writes to hItem
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2474
nativeHitTestInfo.
hItem
= new IntPtr(hitTestInfo.hItem);
2501
nativeHitTestInfo.
hItem
= new IntPtr(hitTestInfo64.hItem);
MS\Win32\NativeMethods.cs (1)
1689
hItem
= IntPtr.Zero;
1 reference to hItem
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
1001
hitTestItem = hitTestInfo.
hItem
;