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