3 writes to _frames
PresentationCore (3)
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
1428
_frames
= new List<BitmapFrame>((int)numFrames);
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
169
_frames
= new List<BitmapFrame>((int)1);
277
_frames
= null;
5 references to _frames
PresentationCore (5)
System\Windows\Media\Imaging\BitmapDecoder.cs (3)
693
if (
_frames
== null)
700
_readOnlyFrames = new ReadOnlyCollection<BitmapFrame>(
_frames
);
1472
_frames
.Add(bfd);
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
170
_frames
.Add(
178
_readOnlyFrames = new ReadOnlyCollection<BitmapFrame>(
_frames
);