5 instantiations of PngBitmapEncoder
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapEncoder.cs (1)
130return new PngBitmapEncoder();
PresentationFramework (3)
src\Framework\System\Windows\Documents\WpfPayload.cs (1)
617bitmapEncoder = new PngBitmapEncoder();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7507bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Imaging.PngBitmapEncoder(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1452case KnownElements.PngBitmapEncoder: o = new System.Windows.Media.Imaging.PngBitmapEncoder(); break;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxItemWrapper.cs (1)
272BitmapEncoder bitmapEncode = new PngBitmapEncoder
4 references to PngBitmapEncoder
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
547case 455: t = () => typeof(PngBitmapEncoder); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7505typeof(System.Windows.Media.Imaging.PngBitmapEncoder),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5999case KnownElements.PngBitmapEncoder: t = typeof(System.Windows.Media.Imaging.PngBitmapEncoder); break;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1131this.CreateImageFile(dlg.FileName, typeof(PngBitmapEncoder));