3 writes to hinst
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2533nativeItem.hinst = new IntPtr(item.hinst); 2576nativeItem.hinst = IntPtr.Zero;
MS\Win32\NativeMethods.cs (1)
1940hinst = IntPtr.Zero;
2 references to hinst
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2518hinst = unchecked((int)item.hinst); 2561hinst = (long)item.hinst;