2 instantiations of BitmapCodecInfoInternal
PresentationCore (2)
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
677
_codecInfo = new
BitmapCodecInfoInternal
(codecInfoHandle);
System\Windows\Media\Imaging\BitmapEncoder.cs (1)
251
_codecInfo = new
BitmapCodecInfoInternal
(codecInfoHandle);
1 reference to BitmapCodecInfoInternal
PresentationCore (1)
System\Windows\Media\Imaging\BitmapEncoder.cs (1)
814
private
BitmapCodecInfoInternal
_codecInfo;