34 references to Thread
mscorlib (1)
system\applicationactivator.cs (1)
86
Thread 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)
534
Thread thread = new
Thread
(() => AssertApplicationRequirementsAsync(null));
System (8)
compmod\microsoft\win32\SystemEvents.cs (1)
579
windowThread = new
Thread
(new ThreadStart(systemEvents.WindowThreadProc));
compmod\system\diagnostics\assertwrapper.cs (1)
264
Thread t = new
Thread
(DoPopup);
net\System\Net\_TimerThread.cs (1)
624
new
Thread
(new ThreadStart(ThreadProc)).Start();
net\System\Net\connectionpool.cs (1)
163
m_AsyncThread = new
Thread
(new ThreadStart(AsyncThread));
services\monitoring\system\diagnosticts\Process.cs (1)
2857
Thread 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)
368
copyThread = new
Thread
(new ThreadStart(this.WorkerThread));
System.Activities (1)
System\Activities\Debugger\ThreadWorkerController.cs (1)
132
this.worker = new
Thread
(new ThreadStart(WorkerThreadProc));
System.AddIn (1)
System\Addin\Pipeline\ContractBase.cs (1)
178
System.Threading.Thread unloaderThread = new System.Threading.
Thread
(threadDelegate);
System.Data (2)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (2)
1211
Thread waitOpenThread = new
Thread
(WaitForPendingOpen);
1522
Thread waitOpenThread = new
Thread
(WaitForPendingOpen);
System.Drawing (1)
commonui\System\Drawing\ImageAnimator.cs (1)
232
animationThread = new
Thread
(new ThreadStart(AnimateImages50ms));
System.Management (7)
Instrumentation\EventSource.cs (1)
341
Thread thread = new
Thread
(new ThreadStart(MTAWorkerThread2));
Instrumentation\Instrumentation.cs (1)
496
cleanupThread = new
Thread
(new ThreadStart(Cleanup));
InteropClasses\WMIInterop.cs (5)
1985
Thread thread = new
Thread
(new ThreadStart(WorkerThread));
2384
this.thread = new
Thread
( new ThreadStart ( ThreadEntryPointMethodWithReturn ) ) ;
2399
this.thread = new
Thread
( new ThreadStart ( ThreadEntryPointMethodWithReturnAndParam ) ) ;
2414
this.thread = new
Thread
( new ThreadStart ( ThreadEntryPoint ) ) ;
2429
this.thread = new
Thread
( new ThreadStart ( ThreadEntryPointMethodWithParam ) ) ;
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
380
populateThread = 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)
1063
Thread thread = new
Thread
(new ThreadStart(job.Run));
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
169
thread = new
Thread
(new ThreadStart(Run));
winforms\Managed\System\WinForms\TrustManager.cs (1)
1077
System.Threading.Thread thread = new System.Threading.
Thread
(new System.Threading.ThreadStart(ShowDialogWork));
System.Workflow.Runtime (3)
DebugEngine\DebugController.cs (1)
81
Thread workerThread = new
Thread
(new ThreadStart(processSecurity.Initialize));
DebugEngine\ProgramPublisher.cs (2)
49
Thread publisherThread = new
Thread
(PublisherThreadFunc);
92
Thread 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)
68
Thread thread = new
Thread
(threadStart);