3 writes to hItem
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2394hItem = new IntPtr(item.hItem), 2446hItem = IntPtr.Zero,
MS\Win32\NativeMethods.cs (1)
1647hItem = item;
2 references to hItem
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2376hItem = item.hItem.ToInt32(); 2429hItem = (long)item.hItem;