1 write to _thread
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
88_thread = new Thread(new ThreadStart(DownloadThreadProc));
3 references to _thread
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (3)
113if (!_thread.IsAlive) 115_thread.IsBackground = true; 116_thread.Start();