1 write to _downloadEvent
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (1)
1581
_downloadEvent
= sourceBitmap._downloadEvent.Clone();
8 references to _downloadEvent
PresentationCore (8)
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
561
_downloadEvent
.InvokeEvents(this, null);
603
_downloadEvent
.InvokeEvents(this, e);
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (1)
899
_downloadEvent
.InvokeEvents(this, null);
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (5)
302
_downloadEvent
.AddEvent(value);
307
_downloadEvent
.RemoveEvent(value);
1390
_downloadEvent
.InvokeEvents(this, e);
1579
if (sourceBitmap.
_downloadEvent
!= null)
1581
_downloadEvent = sourceBitmap.
_downloadEvent
.Clone();