10 references to HandleRef
System.Private.Windows.Core (9)
Windows\Win32\Foundation\HandleRef.cs (8)
22
internal readonly struct HandleRef<THandle> : IHandle<THandle>, IEquatable<
HandleRef
<THandle>>
42
public bool Equals(
HandleRef
<THandle> other)
49
public static bool operator ==(
HandleRef
<THandle> left,
HandleRef
<THandle> right) => left.Equals(right);
50
public static bool operator !=(
HandleRef
<THandle> left,
HandleRef
<THandle> right) => !(left == right);
52
public static unsafe explicit operator HandleRef(
HandleRef
<THandle> handle)
63
public 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