1 write to _codecInfo
PresentationCore (1)
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
700
_codecInfo
= new BitmapCodecInfoInternal(codecInfoHandle);
2 references to _codecInfo
PresentationCore (2)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
691
if (
_codecInfo
== null)
703
return
_codecInfo
;