1 write to _downloadEvent
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1474
_downloadEvent
= sourceBitmap._downloadEvent.Clone();
8 references to _downloadEvent
PresentationCore (8)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
516
_downloadEvent
.InvokeEvents(this, null);
558
_downloadEvent
.InvokeEvents(this, e);
System\Windows\Media\Imaging\BitmapImage.cs (1)
887
_downloadEvent
.InvokeEvents(this, null);
System\Windows\Media\Imaging\BitmapSource.cs (5)
282
_downloadEvent
.AddEvent(value);
287
_downloadEvent
.RemoveEvent(value);
1288
_downloadEvent
.InvokeEvents(this, e);
1472
if (sourceBitmap.
_downloadEvent
!= null)
1474
_downloadEvent = sourceBitmap.
_downloadEvent
.Clone();