1 write to _thisNode
PresentationCore (1)
MS\Internal\Ink\StrokeNode.cs (1)
42
_thisNode
= nodeData;
20 references to _thisNode
PresentationCore (20)
MS\Internal\Ink\StrokeNode.cs (20)
57
internal Point Position { get { return
_thisNode
.Position; } }
69
internal float PressureFactor { get { return
_thisNode
.PressureFactor; } }
96
return IsValid ? _operations.GetNodeBounds(
_thisNode
) : Rect.Empty;
105
return IsValid ? Rect.Union(_operations.GetNodeBounds(
_thisNode
), ConnectingQuad.Bounds) : Rect.Empty;
115
_operations.GetNodeContourPoints(
_thisNode
, pointBuffer);
222
Rect endNodeRect = _operations.GetNodeBounds(
_thisNode
);
350
double pressureFactor =
_thisNode
.PressureFactor;
357
Point point =
_thisNode
.Position + (vertices[i % vertices.Length] * pressureFactor);
384
Point point =
_thisNode
.Position + (vertices[i % vertices.Length] * pressureFactor);
656
Rect node3Rect = _operations.GetNodeBounds(
_thisNode
);
855
return _operations.HitTest(_lastNode,
_thisNode
, ConnectingQuad, hittingContour);
875
StrokeFIndices cutAt = _operations.CutTest(_lastNode,
_thisNode
, ConnectingQuad, hittingContour);
896
StrokeFIndices cutAt = _operations.CutTest(_lastNode,
_thisNode
, ConnectingQuad, begin, end);
1005
_connectingQuad = _operations.GetConnectingQuad(_lastNode,
_thisNode
);
1025
return _operations.GetNonBezierContourSegments(_lastNode,
_thisNode
);
1027
return _operations.GetContourSegments(
_thisNode
, ConnectingQuad);
1042
return
_thisNode
.Position;
1054
return
_thisNode
.Position;
1064
double xDiff = (
_thisNode
.Position.X - _lastNode.Position.X) * findex;
1065
double yDiff = (
_thisNode
.Position.Y - _lastNode.Position.Y) * findex;