3 references to new
System.Drawing.Common.Tests (1)
System\Drawing\GdiPlusHandlesTests.cs (1)
31HANDLE processHandle = new(currentProcess.Handle);
System.Private.Windows.Core (2)
Windows\Win32\UI\WindowsAndMessaging\HCURSOR.cs (1)
12public static implicit operator HANDLE(HCURSOR handle) => new((nint)handle);
Windows\Win32\UI\WindowsAndMessaging\HICON.cs (1)
12public static implicit operator HANDLE(HICON handle) => new((nint)handle);