10 references to HandleRef
System.Private.Windows.Core (9)
Windows\Win32\Foundation\HandleRef.cs (8)
22internal readonly struct HandleRef<THandle> : IHandle<THandle>, IEquatable<HandleRef<THandle>> 42public bool Equals(HandleRef<THandle> other) 49public static bool operator ==(HandleRef<THandle> left, HandleRef<THandle> right) => left.Equals(right); 50public static bool operator !=(HandleRef<THandle> left, HandleRef<THandle> right) => !(left == right); 52public static unsafe explicit operator HandleRef(HandleRef<THandle> handle) 63public static unsafe explicit operator HandleRef<THandle>(HandleRef handle)
Windows\Win32\Foundation\IHandle.cs (1)
44/// <see cref="IHandle{THandle}"/> is on a struct. See <see cref="HandleRef{THandle}"/> for a concrete usage.
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
5113/// Creates a <see cref="HandleRef{THandle}"/> for the given <paramref name="hwnd"/>, associating