1 write to _realDecoder
PresentationCore (1)
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
279_realDecoder = BitmapDecoder.CreateFromUriOrStream(
3 references to _realDecoder
PresentationCore (3)
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (3)
252return _realDecoder; 277if (_realDecoder == null) 295_realDecoder.SetupFrames(null, _readOnlyFrames);