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