3 writes to hItem
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2388
nativeItem.
hItem
= new IntPtr(item.hItem);
2439
nativeItem.
hItem
= IntPtr.Zero;
MS\Win32\NativeMethods.cs (1)
1665
hItem
= item;
2 references to hItem
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2370
hItem = item.
hItem
.ToInt32();
2422
hItem = (long)item.
hItem
;