1 instantiation of ProcessThread
System (1)
services\monitoring\system\diagnosticts\Process.cs (1)
1055newThreadsArray[i] = new ProcessThread(isRemoteMachine, (ThreadInfo)processInfo.threadInfoList[i]);
13 references to ProcessThread
System (11)
services\monitoring\system\diagnosticts\Process.cs (2)
1053ProcessThread[] newThreadsArray = new ProcessThread[count];
services\monitoring\system\diagnosticts\ProcessThreadCollection.cs (9)
28public ProcessThreadCollection(ProcessThread[] processThreads) { 35public ProcessThread this[int index] { 36get { return (ProcessThread)InnerList[index]; } 42public int Add(ProcessThread thread) { 49public void Insert(int index, ProcessThread thread) { 56public int IndexOf(ProcessThread thread) { 63public bool Contains(ProcessThread thread) { 70public void Remove(ProcessThread thread) { 77public void CopyTo(ProcessThread[] array, int index) {
UIAutomationClient (2)
MS\Internal\Automation\HwndProxyElementProvider.cs (2)
464ProcessThread procThread = null; 467foreach ( ProcessThread thread in targetProcess.Threads )