4 instantiations of GifBitmapEncoder
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapEncoder.cs (1)
122
return new
GifBitmapEncoder
();
PresentationFramework (3)
src\Framework\System\Windows\Documents\WpfPayload.cs (1)
606
bitmapEncoder = new
GifBitmapEncoder
();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4787
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Imaging.
GifBitmapEncoder
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1298
case 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)
338
case 246: t = () => typeof(
GifBitmapEncoder
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4785
typeof(System.Windows.Media.Imaging.
GifBitmapEncoder
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5790
case 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)
1135
this.CreateImageFile(dlg.FileName, typeof(
GifBitmapEncoder
));