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