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)
1425Assert.NullableIsNull(_hwnd); 1448if (!_hwnd.HasValue || _hwnd.Value == IntPtr.Zero) 1453return NativeMethods.ReleaseDC(_hwnd.Value, handle) == 1;