5 writes to _rotationAngle
PresentationCore (5)
System\Windows\Media\Imaging\BitmapSizeOptions.cs (5)
106
sizeOptions.
_rotationAngle
= Rotation.Rotate0;
124
sizeOptions.
_rotationAngle
= Rotation.Rotate0;
142
sizeOptions.
_rotationAngle
= Rotation.Rotate0;
163
sizeOptions.
_rotationAngle
= Rotation.Rotate0;
191
sizeOptions.
_rotationAngle
= rotation;
2 references to _rotationAngle
PresentationCore (2)
System\Windows\Media\Imaging\BitmapSizeOptions.cs (2)
94
return
_rotationAngle
;
249
switch (
_rotationAngle
)