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