1 write to _thread
UIAutomationClient (1)
MS\Internal\Automation\QueueProcessor.cs (1)
83
_thread
= new Thread(threadStart);
2 references to _thread
UIAutomationClient (2)
MS\Internal\Automation\QueueProcessor.cs (2)
84
_thread
.IsBackground = true;
85
_thread
.Start();