3 writes to hinst
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2541nativeItem.hinst = new IntPtr(item.hinst); 2584nativeItem.hinst = IntPtr.Zero;
MS\Win32\NativeMethods.cs (1)
1958hinst = IntPtr.Zero;
2 references to hinst
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2526hinst = unchecked((int)item.hinst); 2569hinst = (long)item.hinst;