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