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