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