3 references to GetProcessById
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
452targetProcess = System.Diagnostics.Process.GetProcessById( pid );
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\Misc.cs (1)
1849string processName = System.Diagnostics.Process.GetProcessById((int)processId).ProcessName;
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
495return Misc.ProxyGetClassName(Process.GetProcessById(processId).MainWindowHandle).Equals("ConsoleWindowClass");