3 writes to _frames
PresentationCore (3)
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
1457
_frames
= new List<BitmapFrame>((int)numFrames);
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
194
_frames
= new List<BitmapFrame>((int)1);
302
_frames
= null;
5 references to _frames
PresentationCore (5)
System\Windows\Media\Imaging\BitmapDecoder.cs (3)
717
if (
_frames
== null)
724
_readOnlyFrames = new ReadOnlyCollection<BitmapFrame>(
_frames
);
1501
_frames
.Add(bfd);
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
195
_frames
.Add(
203
_readOnlyFrames = new ReadOnlyCollection<BitmapFrame>(
_frames
);