1 write to _hInstance
WindowsBase (1)
Base\System\Windows\SplashScreen.cs (1)
80_hInstance = Marshal.GetHINSTANCE(resourceAssembly.ManifestModule);
3 references to _hInstance
WindowsBase (3)
Base\System\Windows\SplashScreen.cs (3)
185wndClass.hInstance = _hInstance; 218nullHandle, nullHandle, new HandleRef(null, _hInstance), IntPtr.Zero); 377if (UnsafeNativeMethods.IntUnregisterClass(new IntPtr(_wndClass), _hInstance) != 0)