1 write to m_rotation
PresentationCore (1)
MS\Internal\Ink\StylusShape.cs (1)
68
m_rotation
= rotation == 0 ? 0 : rotation % 360;
5 references to m_rotation
PresentationCore (5)
MS\Internal\Ink\StylusShape.cs (5)
93
public double Rotation { get { return
m_rotation
; } }
214
if (false == DoubleUtil.IsZero(
m_rotation
))
217
rotationTransform.Rotate(
m_rotation
);
297
if (
m_rotation
!= 0)
299
transform.Rotate(
m_rotation
);