6 references to InternalDecoder
PresentationCore (6)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (3)
107_decoderHandle = decoder.InternalDecoder; 329decoderHandle = cachedDecoder.InternalDecoder; 1633clsId = GetCLSIDFromDecoder(bitmapDecoder.InternalDecoder, out mimeTypes);
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (3)
763if (_decoder.InternalDecoder == null) 771Debug.Assert(_decoder.InternalDecoder != null); 780_decoder.InternalDecoder,