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