3 writes to _readOnlyFrames
PresentationCore (3)
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
701_readOnlyFrames = new ReadOnlyCollection<BitmapFrame>(_frames);
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
179_readOnlyFrames = new ReadOnlyCollection<BitmapFrame>(_frames); 277_readOnlyFrames = null;
6 references to _readOnlyFrames
PresentationCore (6)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
699if (_readOnlyFrames == null) 704return _readOnlyFrames;
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (4)
168if (_readOnlyFrames == null) 182return _readOnlyFrames; 269if (_readOnlyFrames != null) 271_realDecoder.SetupFrames(null, _readOnlyFrames);