4 references to GifBitmapEncoder
PresentationCore (1)
System\Windows\Media\Imaging\BitmapEncoder.cs (1)
87
return new
GifBitmapEncoder
();
PresentationFramework (3)
System\Windows\Documents\WpfPayload.cs (1)
571
bitmapEncoder = new
GifBitmapEncoder
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5202
DefaultConstructor = delegate () { return new System.Windows.Media.Imaging.
GifBitmapEncoder
(); }
System\Windows\Markup\KnownTypes.cs (1)
1291
case KnownElements.GifBitmapEncoder: o = new System.Windows.Media.Imaging.
GifBitmapEncoder
(); break;