3 writes to _frames
PresentationCore (3)
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
1429
_frames
= new List<BitmapFrame>((int)numFrames);
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
170
_frames
= new List<BitmapFrame>((int)1);
278
_frames
= null;
5 references to _frames
PresentationCore (5)
System\Windows\Media\Imaging\BitmapDecoder.cs (3)
694
if (
_frames
== null)
701
_readOnlyFrames = new ReadOnlyCollection<BitmapFrame>(
_frames
);
1473
_frames
.Add(bfd);
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
171
_frames
.Add(
179
_readOnlyFrames = new ReadOnlyCollection<BitmapFrame>(
_frames
);