5 references to CloseHandle
System.Windows.Forms (2)
System\Windows\Forms\Application.ThreadContext.cs (2)
301PInvoke.CloseHandle(_handle); 458PInvoke.CloseHandle(_handle);
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.CloseHandle.cs (2)
8/// <inheritdoc cref="CloseHandle(HANDLE)"/> 11BOOL result = CloseHandle(handle.Handle);
System.Windows.Forms.Primitives.TestUtilities (1)
PlatformDetection.Windows.cs (1)
167PInvoke.CloseHandle((HANDLE)processToken);