8 references to Rotate180
PresentationCore (8)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (1)
481case Rotation.Rotate180:
Core\CSharp\System\Windows\Media\Imaging\BitmapSizeOptions.cs (2)
197case Rotation.Rotate180: 272case Rotation.Rotate180:
Core\CSharp\System\Windows\Media\Imaging\JpegBitmapEncoder.cs (2)
97return Rotation.Rotate180; 126case(Rotation.Rotate180):
Core\CSharp\System\Windows\Media\Imaging\WmpBitmapEncoder.cs (2)
114return Rotation.Rotate180; 143case(Rotation.Rotate180):
Shared\MS\Internal\Generated\RotationValidation.cs (1)
44(value == Rotation.Rotate180) ||