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