5 writes to _rotationAngle
PresentationCore (5)
Core\CSharp\System\Windows\Media\Imaging\BitmapSizeOptions.cs (5)
108
sizeOptions.
_rotationAngle
= Rotation.Rotate0;
129
sizeOptions.
_rotationAngle
= Rotation.Rotate0;
150
sizeOptions.
_rotationAngle
= Rotation.Rotate0;
178
sizeOptions.
_rotationAngle
= Rotation.Rotate0;
206
sizeOptions.
_rotationAngle
= rotation;
2 references to _rotationAngle
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\BitmapSizeOptions.cs (2)
96
return
_rotationAngle
;
264
switch (
_rotationAngle
)