8 references to Rotation
PresentationCore (2)
MS\Internal\Ink\EllipticalNodeOperations.cs (2)
51
if (false == DoubleUtil.IsZero(nodeShape.
Rotation
))
53
_nodeShapeToCircle.Rotate(-nodeShape.
Rotation
);
PresentationFramework (6)
MS\Internal\Ink\EraserBehavior.cs (2)
184
|| _cachedStylusShape.
Rotation
!= InkCanvas.EraserShape.
Rotation
MS\Internal\Ink\PenCursorManager.cs (2)
88
if ( !DoubleUtil.IsZero(stylusShape.
Rotation
) )
92
rotationMatrix.Rotate(stylusShape.
Rotation
);
System\Windows\Controls\InkCanvas.cs (2)
778
|| oldShape.
Rotation
!= _eraserShape.
Rotation
|| oldShape.GetType() != _eraserShape.GetType())