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