1 write to _realDecoder
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
316_realDecoder = BitmapDecoder.CreateFromUriOrStream(
3 references to _realDecoder
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (3)
289return _realDecoder; 314if (_realDecoder == null) 332_realDecoder.SetupFrames(null, _readOnlyFrames);