2 writes to Rotate270
PresentationCore (2)
System\Windows\Media\Imaging\JpegBitmapEncoder.cs (2)
89
Rotate270
= false;
107
Rotate270
= true;
4 references to Rotate270
PresentationCore (4)
System\Windows\Media\Imaging\JpegBitmapEncoder.cs (4)
75
else if (
Rotate270
)
245
return ((Convert.ToBoolean((int)_transformation & (int)WICBitmapTransformOptions.WICBitmapTransformRotate90) && (!
Rotate270
)));
276
return ((Convert.ToBoolean((int)_transformation & (int)WICBitmapTransformOptions.WICBitmapTransformRotate180) && (!
Rotate270
)));
311
if (value != this.
Rotate270
)