1 instantiation of TiffBitmapDecoder
PresentationCore (1)
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
377decoder = new TiffBitmapDecoder(
3 references to TiffBitmapDecoder
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
753case 660: t = () => typeof(TiffBitmapDecoder); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11347typeof(System.Windows.Media.Imaging.TiffBitmapDecoder),
System\Windows\Markup\KnownTypes.cs (1)
6207case KnownElements.TiffBitmapDecoder: t = typeof(System.Windows.Media.Imaging.TiffBitmapDecoder); break;