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)
185
wndClass.hInstance =
_hInstance
;
218
nullHandle, nullHandle, new HandleRef(null,
_hInstance
), IntPtr.Zero);
377
if (UnsafeNativeMethods.IntUnregisterClass(new IntPtr(_wndClass),
_hInstance
) != 0)