1 instantiation of NullHandle
System.Private.Windows.Core (1)
Windows\Win32\Foundation\NullHandle.cs (1)
10public static NullHandle<T> Instance { get; } = new();
2 references to NullHandle
System.Private.Windows.Core (1)
Windows\Win32\Foundation\NullHandle.cs (1)
10public static NullHandle<T> Instance { get; } = new();
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
6107IHandle<HWND> ownerHwnd = NullHandle<HWND>.Instance;