8 references to Position
PresentationCore (8)
Core\CSharp\MS\Internal\Ink\ErasingStroke.cs (1)
277
back2 = _nodeIterator[_nodeIterator.Count - 1].
Position
;
Core\CSharp\MS\Internal\Ink\Lasso.cs (2)
290
lastNodePosition = strokeNode.
Position
;
372
currentSegmentWithinLasso = this.Contains(strokeNode.
Position
);
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (5)
95
double delta = Math.Abs(GetAngleDeltaFromLast(strokeNode.PreviousPosition, strokeNode.
Position
, ref lastAngle));
525
prevAngle = GetAngleBetween(prevPrevStrokeNode.
Position
, prevStrokeNode.
Position
);
527
double delta = GetAngleDeltaFromLast(prevStrokeNode.
Position
, strokeNode.
Position
, ref prevAngle);