5 writes to _rotationAngle
PresentationCore (5)
System\Windows\Media\Imaging\BitmapSizeOptions.cs (5)
93
sizeOptions.
_rotationAngle
= Rotation.Rotate0;
111
sizeOptions.
_rotationAngle
= Rotation.Rotate0;
129
sizeOptions.
_rotationAngle
= Rotation.Rotate0;
150
sizeOptions.
_rotationAngle
= Rotation.Rotate0;
178
sizeOptions.
_rotationAngle
= rotation;
2 references to _rotationAngle
PresentationCore (2)
System\Windows\Media\Imaging\BitmapSizeOptions.cs (2)
81
return
_rotationAngle
;
236
switch (
_rotationAngle
)