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