34 references to Thread
mscorlib (1)
system\applicationactivator.cs (1)
86Thread th = new Thread(new ThreadStart(NewThreadRunner));
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
88_thread = new Thread(new ThreadStart(DownloadThreadProc));
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
534Thread thread = new Thread(() => AssertApplicationRequirementsAsync(null));
System (8)
compmod\microsoft\win32\SystemEvents.cs (1)
579windowThread = new Thread(new ThreadStart(systemEvents.WindowThreadProc));
compmod\system\diagnostics\assertwrapper.cs (1)
264Thread t = new Thread(DoPopup);
net\System\Net\_TimerThread.cs (1)
624new Thread(new ThreadStart(ThreadProc)).Start();
net\System\Net\connectionpool.cs (1)
163m_AsyncThread = new Thread(new ThreadStart(AsyncThread));
services\monitoring\system\diagnosticts\Process.cs (1)
2857Thread executionThread = new Thread(threadStart);
sys\system\io\ports\SerialStream.cs (2)
769? new Thread(new ThreadStart(eventRunner.WaitForCommEvent)) 770: new Thread(new ThreadStart(eventRunner.SafelyWaitForCommEvent));
sys\system\Media\SoundPlayer.cs (1)
368copyThread = new Thread(new ThreadStart(this.WorkerThread));
System.Activities (1)
System\Activities\Debugger\ThreadWorkerController.cs (1)
132this.worker = new Thread(new ThreadStart(WorkerThreadProc));
System.AddIn (1)
System\Addin\Pipeline\ContractBase.cs (1)
178System.Threading.Thread unloaderThread = new System.Threading.Thread(threadDelegate);
System.Data (2)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (2)
1211Thread waitOpenThread = new Thread(WaitForPendingOpen); 1522Thread waitOpenThread = new Thread(WaitForPendingOpen);
System.Drawing (1)
commonui\System\Drawing\ImageAnimator.cs (1)
232animationThread = new Thread(new ThreadStart(AnimateImages50ms));
System.Management (7)
Instrumentation\EventSource.cs (1)
341Thread thread = new Thread(new ThreadStart(MTAWorkerThread2));
Instrumentation\Instrumentation.cs (1)
496cleanupThread = new Thread(new ThreadStart(Cleanup));
InteropClasses\WMIInterop.cs (5)
1985Thread thread = new Thread(new ThreadStart(WorkerThread)); 2384this.thread = new Thread ( new ThreadStart ( ThreadEntryPointMethodWithReturn ) ) ; 2399this.thread = new Thread ( new ThreadStart ( ThreadEntryPointMethodWithReturnAndParam ) ) ; 2414this.thread = new Thread ( new ThreadStart ( ThreadEntryPoint ) ) ; 2429this.thread = new Thread ( new ThreadStart ( ThreadEntryPointMethodWithParam ) ) ;
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
380populateThread = new Thread(new ThreadStart(this.PopulateThread));
System.Runtime.Remoting (2)
channels\http\httpserverchannel.cs (1)
208_listenerThread = new Thread(t);
channels\ipc\ipcserverchannel.cs (1)
165_listenerThread = new Thread(t);
System.ServiceModel (1)
System\ServiceModel\Administration\WbemProvider.cs (1)
1063Thread thread = new Thread(new ThreadStart(job.Run));
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
169thread = new Thread(new ThreadStart(Run));
winforms\Managed\System\WinForms\TrustManager.cs (1)
1077System.Threading.Thread thread = new System.Threading.Thread(new System.Threading.ThreadStart(ShowDialogWork));
System.Workflow.Runtime (3)
DebugEngine\DebugController.cs (1)
81Thread workerThread = new Thread(new ThreadStart(processSecurity.Initialize));
DebugEngine\ProgramPublisher.cs (2)
49Thread publisherThread = new Thread(PublisherThreadFunc); 92Thread unpublisherThread = new Thread(UnpublishThreadFunc);
UIAutomationClient (1)
MS\Internal\Automation\QueueProcessor.cs (1)
83_thread = new Thread(threadStart);
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\QueueProcessor.cs (1)
68Thread thread = new Thread(threadStart);