3 writes to _frames
PresentationCore (3)
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
1440
_frames
= new List<BitmapFrame>((int)numFrames);
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
174
_frames
= new List<BitmapFrame>((int)1);
282
_frames
= null;
5 references to _frames
PresentationCore (5)
System\Windows\Media\Imaging\BitmapDecoder.cs (3)
705
if (
_frames
== null)
712
_readOnlyFrames = new ReadOnlyCollection<BitmapFrame>(
_frames
);
1484
_frames
.Add(bfd);
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
175
_frames
.Add(
183
_readOnlyFrames = new ReadOnlyCollection<BitmapFrame>(
_frames
);