16 references to RawFormat
System.Drawing (12)
commonui\System\Drawing\Bitmap.cs (1)
573
if (
RawFormat
.Guid == ImageFormat.Icon.Guid) {
commonui\System\Drawing\Graphics.cs (1)
4642
if (image.
RawFormat
.Equals(ImageFormat.Emf)) {
commonui\System\Drawing\Image.cs (5)
404
if (image.
RawFormat
.Equals(ImageFormat.Gif)) {
567
Save( filename,
RawFormat
);
618
ImageCodecInfo rawEncoder =
RawFormat
.FindEncoder();
648
ImageFormat dest =
RawFormat
;
708
ImageCodecInfo rawEncoder =
RawFormat
.FindEncoder();
commonui\System\Drawing\ImageConverter.cs (1)
145
if (image.
RawFormat
.Equals(ImageFormat.Icon)) {
commonui\System\Drawing\Printing\PrinterSettings.cs (4)
560
if (image.
RawFormat
.Equals(ImageFormat.Jpeg) || image.
RawFormat
.Equals(ImageFormat.Png)) {
563
image.Save(stream, image.
RawFormat
);
571
int nEscape = image.
RawFormat
.Equals(ImageFormat.Jpeg) ? SafeNativeMethods.CHECKJPEGFORMAT : SafeNativeMethods.CHECKPNGFORMAT;
System.Web.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
2760
((System.Drawing.Image)obj).Save(imageStream, ((System.Drawing.Image)obj).
RawFormat
);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
1264
if (bmp.
RawFormat
.Guid != ImageFormat.Icon.Guid && !ImageAnimator.CanAnimate(bmp)) {
1296
if (currentImage.
RawFormat
.Guid != ImageFormat.Icon.Guid && !ImageAnimator.CanAnimate(currentImage)) {
System.Windows.Forms.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
2760
((System.Drawing.Image)obj).Save(imageStream, ((System.Drawing.Image)obj).
RawFormat
);