8 references to Rotate90
PresentationCore (8)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (1)
478case Rotation.Rotate90:
Core\CSharp\System\Windows\Media\Imaging\BitmapSizeOptions.cs (2)
196case Rotation.Rotate90: 269case Rotation.Rotate90:
Core\CSharp\System\Windows\Media\Imaging\JpegBitmapEncoder.cs (2)
93return Rotation.Rotate90; 122case(Rotation.Rotate90):
Core\CSharp\System\Windows\Media\Imaging\WmpBitmapEncoder.cs (2)
110return Rotation.Rotate90; 139case(Rotation.Rotate90):
Shared\MS\Internal\Generated\RotationValidation.cs (1)
43(value == Rotation.Rotate90) ||