4 references to Kernel
System.Windows.Forms (4)
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (4)
488
System.Internal.HandleCollector.Add(handleTarget, NativeMethods.CommonHandles.
Kernel
);
597
System.Internal.HandleCollector.Remove((IntPtr)handle, NativeMethods.CommonHandles.
Kernel
);
644
return System.Internal.HandleCollector.Add(IntMapViewOfFile(hFileMapping, dwDesiredAccess, dwFileOffsetHigh, dwFileOffsetLow, dwNumberOfBytesToMap), NativeMethods.CommonHandles.
Kernel
);
651
System.Internal.HandleCollector.Remove((IntPtr)pvBaseAddress, NativeMethods.CommonHandles.
Kernel
);