1 write to _downloadEvent
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1459
_downloadEvent
= sourceBitmap._downloadEvent.Clone();
8 references to _downloadEvent
PresentationCore (8)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
496
_downloadEvent
.InvokeEvents(this, null);
538
_downloadEvent
.InvokeEvents(this, e);
System\Windows\Media\Imaging\BitmapImage.cs (1)
869
_downloadEvent
.InvokeEvents(this, null);
System\Windows\Media\Imaging\BitmapSource.cs (5)
267
_downloadEvent
.AddEvent(value);
272
_downloadEvent
.RemoveEvent(value);
1273
_downloadEvent
.InvokeEvents(this, e);
1457
if (sourceBitmap.
_downloadEvent
!= null)
1459
_downloadEvent = sourceBitmap.
_downloadEvent
.Clone();