1 write to _downloadEvent
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1429_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)
268_downloadEvent.AddEvent(value); 273_downloadEvent.RemoveEvent(value); 1243_downloadEvent.InvokeEvents(this, e); 1427if (sourceBitmap._downloadEvent != null) 1429_downloadEvent = sourceBitmap._downloadEvent.Clone();