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