1 instantiation of TiffBitmapDecoder
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (1)
446decoder = new TiffBitmapDecoder(
3 references to TiffBitmapDecoder
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
752case 660: t = () => typeof(TiffBitmapDecoder); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10224typeof(System.Windows.Media.Imaging.TiffBitmapDecoder),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6204case KnownElements.TiffBitmapDecoder: t = typeof(System.Windows.Media.Imaging.TiffBitmapDecoder); break;