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)
105
if (
_hwnd
== IntPtr.Zero)
296
if (_dt != null ||
_hwnd
== null)
304
IntPtr prevHwnd = UnsafeNativeMethods.SetActiveWindow(new HandleRef(null,
_hwnd
));
341
UnsafeNativeMethods.UpdateLayeredWindow(
_hwnd
, IntPtr.Zero, null, null, IntPtr.Zero, null, 0, ref _blendFunc, NativeMethods.ULW_ALPHA);
358
if (
_hwnd
!= IntPtr.Zero)
360
HandleRef hwnd = new HandleRef(null,
_hwnd
);