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