1 write to _thread
PresentationCore (1)
System\Windows\Media\Imaging\BitmapDownload.cs (1)
80
_thread
= new Thread(new ThreadStart(DownloadThreadProc));
3 references to _thread
PresentationCore (3)
System\Windows\Media\Imaging\BitmapDownload.cs (3)
98
if (!
_thread
.IsAlive)
100
_thread
.IsBackground = true;
101
_thread
.Start();