1 write to _downloadEvent
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1429
_downloadEvent
= sourceBitmap._downloadEvent.Clone();
8 references to _downloadEvent
PresentationCore (8)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
493
_downloadEvent
.InvokeEvents(this, null);
535
_downloadEvent
.InvokeEvents(this, e);
System\Windows\Media\Imaging\BitmapImage.cs (1)
869
_downloadEvent
.InvokeEvents(this, null);
System\Windows\Media\Imaging\BitmapSource.cs (5)
268
_downloadEvent
.AddEvent(value);
273
_downloadEvent
.RemoveEvent(value);
1243
_downloadEvent
.InvokeEvents(this, e);
1427
if (sourceBitmap.
_downloadEvent
!= null)
1429
_downloadEvent = sourceBitmap.
_downloadEvent
.Clone();