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