3 writes to hItem
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2380
nativeItem.
hItem
= new IntPtr(item.hItem);
2431
nativeItem.
hItem
= IntPtr.Zero;
MS\Win32\NativeMethods.cs (1)
1647
hItem
= item;
2 references to hItem
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2362
hItem = item.
hItem
.ToInt32();
2414
hItem = (long)item.
hItem
;