19 references to Rotate0
PresentationCore (19)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (4)
186
Rotation == Rotation.
Rotate0
&&
448
Rotation != Rotation.
Rotate0
)
469
if (Rotation != Rotation.
Rotate0
)
475
case Rotation.
Rotate0
:
Core\CSharp\System\Windows\Media\Imaging\BitmapSizeOptions.cs (6)
108
sizeOptions._rotationAngle = Rotation.
Rotate0
;
129
sizeOptions._rotationAngle = Rotation.
Rotate0
;
150
sizeOptions._rotationAngle = Rotation.
Rotate0
;
178
sizeOptions._rotationAngle = Rotation.
Rotate0
;
195
case Rotation.
Rotate0
:
266
case Rotation.
Rotate0
:
Core\CSharp\System\Windows\Media\Imaging\Generated\BitmapImage.cs (2)
486
internal const Rotation c_Rotation = Rotation.
Rotate0
;
563
Rotation.
Rotate0
,
Core\CSharp\System\Windows\Media\Imaging\InteropBitmapSource.cs (2)
469
Debug.Assert(_sizeOptions.Rotation == Rotation.
Rotate0
);
492
else if (_sizeOptions.Rotation != Rotation.
Rotate0
)
Core\CSharp\System\Windows\Media\Imaging\JpegBitmapEncoder.cs (2)
105
return Rotation.
Rotate0
;
117
case(Rotation.
Rotate0
):
Core\CSharp\System\Windows\Media\Imaging\WmpBitmapEncoder.cs (2)
122
return Rotation.
Rotate0
;
134
case(Rotation.
Rotate0
):
Shared\MS\Internal\Generated\RotationValidation.cs (1)
42
return (value == Rotation.
Rotate0
) ||