1 write to m_rotation
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\StylusShape.cs (1)
77
m_rotation
= rotation == 0 ? 0 : rotation % 360;
5 references to m_rotation
PresentationCore (5)
Core\CSharp\MS\Internal\Ink\StylusShape.cs (5)
102
public double Rotation { get { return
m_rotation
; } }
224
if (false == DoubleUtil.IsZero(
m_rotation
))
227
rotationTransform.Rotate(
m_rotation
);
307
if (
m_rotation
!= 0)
309
transform.Rotate(
m_rotation
);