2 writes to Rotate270
PresentationCore (2)
System\Windows\Media\Imaging\JpegBitmapEncoder.cs (2)
90Rotate270 = false; 108Rotate270 = true;
4 references to Rotate270
PresentationCore (4)
System\Windows\Media\Imaging\JpegBitmapEncoder.cs (4)
76else if (Rotate270) 246return ((Convert.ToBoolean((int)_transformation & (int)WICBitmapTransformOptions.WICBitmapTransformRotate90) && (!Rotate270))); 277return ((Convert.ToBoolean((int)_transformation & (int)WICBitmapTransformOptions.WICBitmapTransformRotate180) && (!Rotate270))); 312if (value != this.Rotate270)