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