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