2 writes to Rotate270
PresentationCore (2)
System\Windows\Media\Imaging\WmpBitmapEncoder.cs (2)
120Rotate270 = false; 138Rotate270 = true;
4 references to Rotate270
PresentationCore (4)
System\Windows\Media\Imaging\WmpBitmapEncoder.cs (4)
106else if (Rotate270) 765return ((Convert.ToBoolean((int)_transformation & (int)WICBitmapTransformOptions.WICBitmapTransformRotate90) && (!Rotate270))); 796return ((Convert.ToBoolean((int)_transformation & (int)WICBitmapTransformOptions.WICBitmapTransformRotate180) && (!Rotate270))); 831if (value != this.Rotate270)