7 instantiations of SupportedImageFormats
System.Workflow.ComponentModel (7)
AuthoringOM\Design\CommandSet.cs (7)
740supportedFormats.Add(new SupportedImageFormats(DR.GetString(DR.BMPImageFormat), ImageFormat.Bmp)); 741supportedFormats.Add(new SupportedImageFormats(DR.GetString(DR.JPEGImageFormat), ImageFormat.Jpeg)); 742supportedFormats.Add(new SupportedImageFormats(DR.GetString(DR.PNGImageFormat), ImageFormat.Png)); 743supportedFormats.Add(new SupportedImageFormats(DR.GetString(DR.TIFFImageFormat), ImageFormat.Tiff)); 744supportedFormats.Add(new SupportedImageFormats(DR.GetString(DR.WMFImageFormat), ImageFormat.Wmf)); 745supportedFormats.Add(new SupportedImageFormats(DR.GetString(DR.EXIFImageFormat), ImageFormat.Exif)); 746supportedFormats.Add(new SupportedImageFormats(DR.GetString(DR.EMFImageFormat), ImageFormat.Emf));
3 references to SupportedImageFormats
System.Workflow.ComponentModel (3)
AuthoringOM\Design\CommandSet.cs (3)
739List<SupportedImageFormats> supportedFormats = new List<SupportedImageFormats>(); 753foreach (SupportedImageFormats format in supportedFormats)