4 instantiations of GifBitmapEncoder
PresentationCore (1)
System\Windows\Media\Imaging\BitmapEncoder.cs (1)
89
return new
GifBitmapEncoder
();
PresentationFramework (3)
System\Windows\Documents\WpfPayload.cs (1)
569
bitmapEncoder = new
GifBitmapEncoder
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4789
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Imaging.
GifBitmapEncoder
(); };
System\Windows\Markup\KnownTypes.cs (1)
1297
case KnownElements.GifBitmapEncoder: o = new System.Windows.Media.Imaging.
GifBitmapEncoder
(); break;
3 references to GifBitmapEncoder
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
340
case 246: t = () => typeof(
GifBitmapEncoder
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4787
typeof(System.Windows.Media.Imaging.
GifBitmapEncoder
),
System\Windows\Markup\KnownTypes.cs (1)
5800
case KnownElements.GifBitmapEncoder: t = typeof(System.Windows.Media.Imaging.
GifBitmapEncoder
); break;