1 instantiation of JpegBitmapDecoder
PresentationCore (1)
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
349decoder = new JpegBitmapDecoder(
3 references to JpegBitmapDecoder
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
429case 335: t = () => typeof(JpegBitmapDecoder); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5956typeof(System.Windows.Media.Imaging.JpegBitmapDecoder),
System\Windows\Markup\KnownTypes.cs (1)
5889case KnownElements.JpegBitmapDecoder: t = typeof(System.Windows.Media.Imaging.JpegBitmapDecoder); break;