1 write to _realDecoder
PresentationCore (1)
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
255
_realDecoder
= BitmapDecoder.CreateFromUriOrStream(
3 references to _realDecoder
PresentationCore (3)
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (3)
228
return
_realDecoder
;
253
if (
_realDecoder
== null)
271
_realDecoder
.SetupFrames(null, _readOnlyFrames);