6 references to ThreadState
System (5)
services\monitoring\system\diagnosticts\Process.cs (1)
2720
public
ThreadState
threadState;
services\monitoring\system\diagnosticts\ProcessManager.cs (2)
911
threadInfo.threadState = (
ThreadState
)value;
1216
threadInfo.threadState = (
ThreadState
)ti.ThreadState;
services\monitoring\system\diagnosticts\ProcessThread.cs (2)
249
public
ThreadState
ThreadState {
288
if (threadInfo.threadState !=
ThreadState
.Wait) {
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
489
if ( procThread.ThreadState == System.Diagnostics.
ThreadState
.Wait &&