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); 1426if (sourceBitmap._downloadEvent != null) 1428_downloadEvent = sourceBitmap._downloadEvent.Clone();