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)
289
return
_realDecoder
;
314
if (
_realDecoder
== null)
332
_realDecoder
.SetupFrames(null, _readOnlyFrames);