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