6 references to InternalDecoder
PresentationCore (6)
System\Windows\Media\Imaging\BitmapDecoder.cs (3)
91_decoderHandle = decoder.InternalDecoder; 284decoderHandle = cachedDecoder.InternalDecoder; 1370clsId = GetCLSIDFromDecoder(bitmapDecoder.InternalDecoder, out mimeTypes);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (3)
703if (_decoder.InternalDecoder == null) 711Debug.Assert(_decoder.InternalDecoder != null); 720_decoder.InternalDecoder,