4 instantiations of GifBitmapEncoder
PresentationCore (1)
System\Windows\Media\Imaging\BitmapEncoder.cs (1)
86
return new
GifBitmapEncoder
();
PresentationFramework (3)
System\Windows\Documents\WpfPayload.cs (1)
570
bitmapEncoder = new
GifBitmapEncoder
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5201
DefaultConstructor = delegate () { return new System.Windows.Media.Imaging.
GifBitmapEncoder
(); }
System\Windows\Markup\KnownTypes.cs (1)
1290
case KnownElements.GifBitmapEncoder: o = new System.Windows.Media.Imaging.
GifBitmapEncoder
(); break;
3 references to GifBitmapEncoder
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
339
case 246: t = () => typeof(
GifBitmapEncoder
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5198
typeof(System.Windows.Media.Imaging.
GifBitmapEncoder
),
System\Windows\Markup\KnownTypes.cs (1)
5793
case KnownElements.GifBitmapEncoder: t = typeof(System.Windows.Media.Imaging.
GifBitmapEncoder
); break;