5 references to IsAlive
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
113
if (!_thread.
IsAlive
)
System.Runtime.Remoting (2)
channels\http\httpserverchannel.cs (1)
313
if (_listenerThread.
IsAlive
== false)
channels\ipc\ipcserverchannel.cs (1)
259
if (_listenerThread.
IsAlive
== false)
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WindowsFormsSynchronizationContext.cs (1)
80
if (destinationThread == null || !destinationThread.
IsAlive
) {
System.Workflow.Runtime (1)
DebugEngine\DebugControllerThread.cs (1)
63
if (this.controllerThread.
IsAlive
&& IntPtr.Size == 8)