1 write to _downloadEvent
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1428
_downloadEvent
= sourceBitmap._downloadEvent.Clone();
8 references to _downloadEvent
PresentationCore (8)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
492
_downloadEvent
.InvokeEvents(this, null);
534
_downloadEvent
.InvokeEvents(this, e);
System\Windows\Media\Imaging\BitmapImage.cs (1)
868
_downloadEvent
.InvokeEvents(this, null);
System\Windows\Media\Imaging\BitmapSource.cs (5)
267
_downloadEvent
.AddEvent(value);
272
_downloadEvent
.RemoveEvent(value);
1242
_downloadEvent
.InvokeEvents(this, e);
1426
if (sourceBitmap.
_downloadEvent
!= null)
1428
_downloadEvent = sourceBitmap.
_downloadEvent
.Clone();