3 writes to _readOnlyFrames
PresentationCore (3)
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
700_readOnlyFrames = new ReadOnlyCollection<BitmapFrame>(_frames);
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
178_readOnlyFrames = new ReadOnlyCollection<BitmapFrame>(_frames); 276_readOnlyFrames = null;
6 references to _readOnlyFrames
PresentationCore (6)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
698if (_readOnlyFrames == null) 703return _readOnlyFrames;
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (4)
167if (_readOnlyFrames == null) 181return _readOnlyFrames; 268if (_readOnlyFrames != null) 270_realDecoder.SetupFrames(null, _readOnlyFrames);