1 write to _downloadEvent
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1458
_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)
267
_downloadEvent
.AddEvent(value);
272
_downloadEvent
.RemoveEvent(value);
1272
_downloadEvent
.InvokeEvents(this, e);
1456
if (sourceBitmap.
_downloadEvent
!= null)
1458
_downloadEvent = sourceBitmap.
_downloadEvent
.Clone();