2 writes to _hBitmap
WindowsBase (2)
Base\System\Windows\SplashScreen.cs (2)
371_hBitmap = null; 456_hBitmap = UnsafeNativeMethods.CreateDIBSection(new HandleRef(), ref bmInfo, 0 /* DIB_RGB_COLORS*/, ref pBitmapBits, null, 0);
5 references to _hBitmap
WindowsBase (5)
Base\System\Windows\SplashScreen.cs (5)
367if (_hBitmap != null && !_hBitmap.IsClosed) 369UnsafeNativeMethods.DeleteObject(_hBitmap.MakeHandleRef(null).Handle); 370_hBitmap.Close(); 463_hwnd = CreateWindow(_hBitmap, width, height, topMost);