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)
113
if (!
_thread
.IsAlive)
115
_thread
.IsBackground = true;
116
_thread
.Start();