6 references to InternalDecoder
PresentationCore (6)
System\Windows\Media\Imaging\BitmapDecoder.cs (3)
71_decoderHandle = decoder.InternalDecoder; 261decoderHandle = cachedDecoder.InternalDecoder; 1342clsId = GetCLSIDFromDecoder(bitmapDecoder.InternalDecoder, out mimeTypes);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (3)
680if (_decoder.InternalDecoder == null) 688Debug.Assert(_decoder.InternalDecoder != null); 697_decoder.InternalDecoder,