3 writes to _readOnlyFrames
PresentationCore (3)
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
706_readOnlyFrames = new ReadOnlyCollection<BitmapFrame>(_frames);
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
183_readOnlyFrames = new ReadOnlyCollection<BitmapFrame>(_frames); 281_readOnlyFrames = null;
6 references to _readOnlyFrames
PresentationCore (6)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
704if (_readOnlyFrames == null) 709return _readOnlyFrames;
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (4)
172if (_readOnlyFrames == null) 186return _readOnlyFrames; 273if (_readOnlyFrames != null) 275_realDecoder.SetupFrames(null, _readOnlyFrames);