4 instantiations of GifBitmapEncoder
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapEncoder.cs (1)
122return new GifBitmapEncoder();
PresentationFramework (3)
src\Framework\System\Windows\Documents\WpfPayload.cs (1)
606bitmapEncoder = new GifBitmapEncoder();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4787bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Imaging.GifBitmapEncoder(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1298case KnownElements.GifBitmapEncoder: o = new System.Windows.Media.Imaging.GifBitmapEncoder(); break;
4 references to GifBitmapEncoder
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
338case 246: t = () => typeof(GifBitmapEncoder); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4785typeof(System.Windows.Media.Imaging.GifBitmapEncoder),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5790case KnownElements.GifBitmapEncoder: t = typeof(System.Windows.Media.Imaging.GifBitmapEncoder); break;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1135this.CreateImageFile(dlg.FileName, typeof(GifBitmapEncoder));