19 writes to IsBackground
mscorlib (1)
system\threading\Tasks\ThreadPoolTaskScheduler.cs (1)
62thread.IsBackground = true; // Keep this thread from blocking process shutdown
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
115_thread.IsBackground = true;
System (4)
compmod\microsoft\win32\SystemEvents.cs (1)
580windowThread.IsBackground = true;
net\System\Net\_TimerThread.cs (1)
643Thread.CurrentThread.IsBackground = true;
net\System\Net\connectionpool.cs (1)
164m_AsyncThread.IsBackground = true;
sys\system\io\ports\SerialStream.cs (1)
772eventLoopThread.IsBackground = true;
System.Data (2)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (2)
1212waitOpenThread.IsBackground = true; 1523waitOpenThread.IsBackground = true;
System.Drawing (1)
commonui\System\Drawing\ImageAnimator.cs (1)
234animationThread.IsBackground = true;
System.Management (2)
Instrumentation\EventSource.cs (1)
342thread.IsBackground = true;
InteropClasses\WMIInterop.cs (1)
1987thread.IsBackground = true;
System.Runtime.Remoting (2)
channels\http\httpserverchannel.cs (1)
209_listenerThread.IsBackground = true;
channels\ipc\ipcserverchannel.cs (1)
166_listenerThread.IsBackground = true;
System.ServiceModel (1)
System\ServiceModel\Administration\WbemProvider.cs (1)
1065thread.IsBackground = true;
System.Workflow.Runtime (3)
DebugEngine\DebugControllerThread.cs (1)
33this.controllerThread.IsBackground = true;
DebugEngine\ProgramPublisher.cs (2)
51publisherThread.IsBackground = true; 94unpublisherThread.IsBackground = true;
UIAutomationClient (1)
MS\Internal\Automation\QueueProcessor.cs (1)
84_thread.IsBackground = true;
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\QueueProcessor.cs (1)
69thread.IsBackground = true;