2 writes to Rotate270
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\JpegBitmapEncoder.cs (2)
113Rotate270 = false; 131Rotate270 = true;
4 references to Rotate270
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\JpegBitmapEncoder.cs (4)
99else if (Rotate270) 277return ((Convert.ToBoolean((int)_transformation & (int)WICBitmapTransformOptions.WICBitmapTransformRotate90) && (!Rotate270))); 308return ((Convert.ToBoolean((int)_transformation & (int)WICBitmapTransformOptions.WICBitmapTransformRotate180) && (!Rotate270))); 343if (value != this.Rotate270)