1 write to _uriTable
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
82
_uriTable
= Hashtable.Synchronized(new Hashtable());
5 references to _uriTable
PresentationCore (5)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (5)
127
if (
_uriTable
[uri] != null)
129
entry = (QueueEntry)
_uriTable
[uri];
209
_uriTable
[uri] = entry;
418
_uriTable
[entry.inputUri] = null;
512
_uriTable
[entry.inputUri] = null;