3 writes to _frames
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (1)
1735_frames = new List<BitmapFrame>((int)numFrames);
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
226_frames = new List<BitmapFrame>((int)1); 339_frames = null;
5 references to _frames
PresentationCore (5)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (3)
794if (_frames == null) 801_readOnlyFrames = new ReadOnlyCollection<BitmapFrame>(_frames); 1779_frames.Add(bfd);
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
227_frames.Add( 235_readOnlyFrames = new ReadOnlyCollection<BitmapFrame>(_frames);