8 references to Rotation
PresentationCore (2)
MS\Internal\Ink\EllipticalNodeOperations.cs (2)
46
if (!DoubleUtil.IsZero(nodeShape.
Rotation
))
48
_nodeShapeToCircle.Rotate(-nodeShape.
Rotation
);
PresentationFramework (6)
MS\Internal\Ink\EraserBehavior.cs (2)
170
|| _cachedStylusShape.
Rotation
!= InkCanvas.EraserShape.
Rotation
MS\Internal\Ink\PenCursorManager.cs (2)
82
if ( !DoubleUtil.IsZero(stylusShape.
Rotation
) )
86
rotationMatrix.Rotate(stylusShape.
Rotation
);
System\Windows\Controls\InkCanvas.cs (2)
777
|| oldShape.
Rotation
!= _eraserShape.
Rotation
|| oldShape.GetType() != _eraserShape.GetType())