2 writes to _hwnd
WindowsBase (2)
Base\System\Windows\SplashScreen.cs (2)
365_hwnd = IntPtr.Zero; 463_hwnd = CreateWindow(_hBitmap, width, height, topMost);
6 references to _hwnd
WindowsBase (6)
Base\System\Windows\SplashScreen.cs (6)
105if (_hwnd == IntPtr.Zero) 296if (_dt != null || _hwnd == null) 304IntPtr prevHwnd = UnsafeNativeMethods.SetActiveWindow(new HandleRef(null, _hwnd)); 341UnsafeNativeMethods.UpdateLayeredWindow(_hwnd, IntPtr.Zero, null, null, IntPtr.Zero, null, 0, ref _blendFunc, NativeMethods.ULW_ALPHA); 358if (_hwnd != IntPtr.Zero) 360HandleRef hwnd = new HandleRef(null, _hwnd);