3 references to SafeProcessHandle
PresentationCore (1)
MS\Internal\DpiUtil\DpiUtil+ProcessDpiAwarenessHelper.cs (1)
103using (var hProcess = new SafeProcessHandle(UnsafeNativeMethods.OpenProcess(NativeMethods.PROCESS_ALL_ACCESS, false, windowThreadProcessId), true))
System.Diagnostics.Process (2)
Microsoft\Win32\SafeHandles\SafeProcessHandle.cs (1)
31: this(handle, true)
Microsoft\Win32\SafeHandles\SafeProcessHandle.Unix.cs (1)
31this(handle.DangerousGetHandle(), ownsHandle: true)