Implemented interface member:
property
Wrapper
Windows.Win32.Foundation.IHandle<THandle>.Wrapper
2 writes to Wrapper
Microsoft.Private.Windows.Core (2)
Windows\Win32\Foundation\HandleRef.cs (2)
28Wrapper = wrapper; 35Wrapper = handle;
5 references to Wrapper
Microsoft.Private.Windows.Core (5)
Windows\Win32\Foundation\HandleRef.cs (5)
12/// <see cref="GC.KeepAlive(object?)"/> on the <see cref="Wrapper"/> <see langword="object"/>. 40=> other.Handle.Equals(Handle) && Equals(other.Wrapper, Wrapper); 44public override int GetHashCode() => HashCode.Combine(Wrapper, Handle); 57return new(handle.Wrapper, Unsafe.As<THandle, nint>(ref local));