1 write to _downloadEvent
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1474_downloadEvent = sourceBitmap._downloadEvent.Clone();
8 references to _downloadEvent
PresentationCore (8)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
516_downloadEvent.InvokeEvents(this, null); 558_downloadEvent.InvokeEvents(this, e);
System\Windows\Media\Imaging\BitmapImage.cs (1)
887_downloadEvent.InvokeEvents(this, null);
System\Windows\Media\Imaging\BitmapSource.cs (5)
282_downloadEvent.AddEvent(value); 287_downloadEvent.RemoveEvent(value); 1288_downloadEvent.InvokeEvents(this, e); 1472if (sourceBitmap._downloadEvent != null) 1474_downloadEvent = sourceBitmap._downloadEvent.Clone();