6 references to InternalDecoder
PresentationCore (6)
System\Windows\Media\Imaging\BitmapDecoder.cs (3)
73_decoderHandle = decoder.InternalDecoder; 266decoderHandle = cachedDecoder.InternalDecoder; 1352clsId = GetCLSIDFromDecoder(bitmapDecoder.InternalDecoder, out mimeTypes);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (3)
688if (_decoder.InternalDecoder == null) 696Debug.Assert(_decoder.InternalDecoder != null); 705_decoder.InternalDecoder,