2 writes to Rotate270
PresentationCore (2)
System\Windows\Media\Imaging\WmpBitmapEncoder.cs (2)
107Rotate270 = false; 125Rotate270 = true;
4 references to Rotate270
PresentationCore (4)
System\Windows\Media\Imaging\WmpBitmapEncoder.cs (4)
93else if (Rotate270) 752return ((Convert.ToBoolean((int)_transformation & (int)WICBitmapTransformOptions.WICBitmapTransformRotate90) && (!Rotate270))); 783return ((Convert.ToBoolean((int)_transformation & (int)WICBitmapTransformOptions.WICBitmapTransformRotate180) && (!Rotate270))); 818if (value != this.Rotate270)