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