3 writes to _readOnlyFrames
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (1)
801_readOnlyFrames = new ReadOnlyCollection<BitmapFrame>(_frames);
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
235_readOnlyFrames = new ReadOnlyCollection<BitmapFrame>(_frames); 338_readOnlyFrames = null;
6 references to _readOnlyFrames
PresentationCore (6)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (2)
799if (_readOnlyFrames == null) 804return _readOnlyFrames;
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (4)
224if (_readOnlyFrames == null) 238return _readOnlyFrames; 330if (_readOnlyFrames != null) 332_realDecoder.SetupFrames(null, _readOnlyFrames);