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)
799
if (
_readOnlyFrames
== null)
804
return
_readOnlyFrames
;
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (4)
224
if (
_readOnlyFrames
== null)
238
return
_readOnlyFrames
;
330
if (
_readOnlyFrames
!= null)
332
_realDecoder.SetupFrames(null,
_readOnlyFrames
);