2 writes to Rotate270
PresentationCore (2)
System\Windows\Media\Imaging\WmpBitmapEncoder.cs (2)
106Rotate270 = false; 124Rotate270 = true;
4 references to Rotate270
PresentationCore (4)
System\Windows\Media\Imaging\WmpBitmapEncoder.cs (4)
92else if (Rotate270) 751return ((Convert.ToBoolean((int)_transformation & (int)WICBitmapTransformOptions.WICBitmapTransformRotate90) && (!Rotate270))); 782return ((Convert.ToBoolean((int)_transformation & (int)WICBitmapTransformOptions.WICBitmapTransformRotate180) && (!Rotate270))); 817if (value != this.Rotate270)