8 references to Rotation
PresentationCore (2)
MS\Internal\Ink\EllipticalNodeOperations.cs (2)
47
if (false == DoubleUtil.IsZero(nodeShape.
Rotation
))
49
_nodeShapeToCircle.Rotate(-nodeShape.
Rotation
);
PresentationFramework (6)
MS\Internal\Ink\EraserBehavior.cs (2)
172
|| _cachedStylusShape.
Rotation
!= InkCanvas.EraserShape.
Rotation
MS\Internal\Ink\PenCursorManager.cs (2)
83
if ( !DoubleUtil.IsZero(stylusShape.
Rotation
) )
87
rotationMatrix.Rotate(stylusShape.
Rotation
);
System\Windows\Controls\InkCanvas.cs (2)
766
|| oldShape.
Rotation
!= _eraserShape.
Rotation
|| oldShape.GetType() != _eraserShape.GetType())