2 writes to Rotate270
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\WmpBitmapEncoder.cs (2)
130
Rotate270
= false;
148
Rotate270
= true;
4 references to Rotate270
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\WmpBitmapEncoder.cs (4)
116
else if (
Rotate270
)
803
return ((Convert.ToBoolean((int)_transformation & (int)WICBitmapTransformOptions.WICBitmapTransformRotate90) && (!
Rotate270
)));
834
return ((Convert.ToBoolean((int)_transformation & (int)WICBitmapTransformOptions.WICBitmapTransformRotate180) && (!
Rotate270
)));
869
if (value != this.
Rotate270
)