1 instantiation of JpegBitmapDecoder
PresentationCore (1)
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
344decoder = 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)
6512typeof(System.Windows.Media.Imaging.JpegBitmapDecoder),
System\Windows\Markup\KnownTypes.cs (1)
5883case KnownElements.JpegBitmapDecoder: t = typeof(System.Windows.Media.Imaging.JpegBitmapDecoder); break;