4 references to Emf
System.Drawing (1)
commonui\System\Drawing\Graphics.cs (1)
4642if (image.RawFormat.Equals(ImageFormat.Emf)) {
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
1165standardImageFormat = ImageFormat.Emf;
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
833 if(format == ImageFormat.Emf || format == ImageFormat.Wmf)
System.Workflow.ComponentModel (1)
AuthoringOM\Design\CommandSet.cs (1)
746supportedFormats.Add(new SupportedImageFormats(DR.GetString(DR.EMFImageFormat), ImageFormat.Emf));