1 write to _waitEvent
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
78
_waitEvent
= new AutoResetEvent(false);
4 references to _waitEvent
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (4)
258
_waitEvent
.Set();
275
_waitEvent
.WaitOne();
336
_waitEvent
.Set();
459
_waitEvent
.Set();