4 instantiations of TiffBitmapEncoder
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapEncoder.cs (1)
134return new TiffBitmapEncoder();
PresentationFramework (3)
src\Framework\System\Windows\Documents\WpfPayload.cs (1)
614bitmapEncoder = new TiffBitmapEncoder();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10237bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Imaging.TiffBitmapEncoder(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1607case KnownElements.TiffBitmapEncoder: o = new System.Windows.Media.Imaging.TiffBitmapEncoder(); break;
3 references to TiffBitmapEncoder
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
753case 661: t = () => typeof(TiffBitmapEncoder); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10235typeof(System.Windows.Media.Imaging.TiffBitmapEncoder),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6205case KnownElements.TiffBitmapEncoder: t = typeof(System.Windows.Media.Imaging.TiffBitmapEncoder); break;