5 references to new
System.Windows.Forms.Primitives.Tests (4)
System\Windows\Forms\DeviceContextHdcScopeTests.cs (1)
251HDC mockHdc = new(1234);
System\Windows\Forms\Internals\ArgumentValidationTests.cs (3)
91HDC param = new(IntPtr.Zero); 99HDC param = new(new IntPtr(24)); 106HDC param = new(IntPtr.Zero);
System.Windows.Forms.Tests (1)
System\Windows\Forms\CheckBoxBaseAdapterTests.cs (1)
247new HDC(hdcPtr),