8 references to Rotation
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\EllipticalNodeOperations.cs (2)
52
if (false == DoubleUtil.IsZero(nodeShape.
Rotation
))
54
_nodeShapeToCircle.Rotate(-nodeShape.
Rotation
);
PresentationFramework (6)
src\Framework\MS\Internal\Ink\EraserBehavior.cs (2)
186
|| _cachedStylusShape.
Rotation
!= InkCanvas.EraserShape.
Rotation
src\Framework\MS\Internal\Ink\PenCursorManager.cs (2)
95
if ( !DoubleUtil.IsZero(stylusShape.
Rotation
) )
99
rotationMatrix.Rotate(stylusShape.
Rotation
);
src\Framework\System\Windows\Controls\InkCanvas.cs (2)
796
|| oldShape.
Rotation
!= _eraserShape.
Rotation
|| oldShape.GetType() != _eraserShape.GetType())