2 writes to _hwnd
PresentationFramework (2)
System\Windows\Standard\NativeMethods.cs (2)
1401
_hwnd
= value;
1519
_hwnd
= IntPtr.Zero,
4 references to _hwnd
PresentationFramework (4)
System\Windows\Standard\NativeMethods.cs (4)
1400
Assert.NullableIsNull(
_hwnd
);
1414
if (!
_hwnd
.HasValue ||
_hwnd
.Value == IntPtr.Zero)
1419
return NativeMethods.ReleaseDC(
_hwnd
.Value, handle) == 1;