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)
367
if (
_hBitmap
!= null && !
_hBitmap
.IsClosed)
369
UnsafeNativeMethods.DeleteObject(
_hBitmap
.MakeHandleRef(null).Handle);
370
_hBitmap
.Close();
463
_hwnd = CreateWindow(
_hBitmap
, width, height, topMost);