2 writes to _hwnd
PresentationFramework (2)
src\Framework\System\Windows\Standard\NativeMethods.cs (2)
1426
_hwnd
= value;
1574
_hwnd
= IntPtr.Zero,
4 references to _hwnd
PresentationFramework (4)
src\Framework\System\Windows\Standard\NativeMethods.cs (4)
1425
Assert.NullableIsNull(
_hwnd
);
1448
if (!
_hwnd
.HasValue ||
_hwnd
.Value == IntPtr.Zero)
1453
return NativeMethods.ReleaseDC(
_hwnd
.Value, handle) == 1;