2 references to IntCreateDC
System.Windows.Forms (2)
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (2)
1320
return System.Internal.HandleCollector.Add(
IntCreateDC
(lpszDriver, null, null, NativeMethods.NullHandleRef), NativeMethods.CommonHandles.HDC);
1325
return System.Internal.HandleCollector.Add(
IntCreateDC
(lpszDriverName, lpszDeviceName, lpszOutput, lpInitData), NativeMethods.CommonHandles.HDC);