3 writes to _readOnlyFrames
PresentationCore (3)
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
724_readOnlyFrames = new ReadOnlyCollection<BitmapFrame>(_frames);
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
203_readOnlyFrames = new ReadOnlyCollection<BitmapFrame>(_frames); 301_readOnlyFrames = null;
6 references to _readOnlyFrames
PresentationCore (6)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
722if (_readOnlyFrames == null) 727return _readOnlyFrames;
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (4)
192if (_readOnlyFrames == null) 206return _readOnlyFrames; 293if (_readOnlyFrames != null) 295_realDecoder.SetupFrames(null, _readOnlyFrames);