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)
127if (_uriTable[uri] != null) 129entry = (QueueEntry)_uriTable[uri]; 209_uriTable[uri] = entry; 418_uriTable[entry.inputUri] = null; 512_uriTable[entry.inputUri] = null;