8 references to Rotate270
PresentationCore (8)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (1)
484case Rotation.Rotate270:
Core\CSharp\System\Windows\Media\Imaging\BitmapSizeOptions.cs (2)
198case Rotation.Rotate270: 275case Rotation.Rotate270:
Core\CSharp\System\Windows\Media\Imaging\JpegBitmapEncoder.cs (2)
101return Rotation.Rotate270; 130case(Rotation.Rotate270):
Core\CSharp\System\Windows\Media\Imaging\WmpBitmapEncoder.cs (2)
118return Rotation.Rotate270; 147case(Rotation.Rotate270):
Shared\MS\Internal\Generated\RotationValidation.cs (1)
45(value == Rotation.Rotate270);