3 writes to hItem
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2466
nativeHitTestInfo.
hItem
= new IntPtr(hitTestInfo.hItem);
2493
nativeHitTestInfo.
hItem
= new IntPtr(hitTestInfo64.hItem);
MS\Win32\NativeMethods.cs (1)
1671
hItem
= IntPtr.Zero;
1 reference to hItem
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
993
hitTestItem = hitTestInfo.
hItem
;