1 write to _thisNode
PresentationCore (1)
MS\Internal\Ink\StrokeNode.cs (1)
41
_thisNode
= nodeData;
20 references to _thisNode
PresentationCore (20)
MS\Internal\Ink\StrokeNode.cs (20)
56
internal Point Position { get { return
_thisNode
.Position; } }
68
internal float PressureFactor { get { return
_thisNode
.PressureFactor; } }
95
return IsValid ? _operations.GetNodeBounds(
_thisNode
) : Rect.Empty;
104
return IsValid ? Rect.Union(_operations.GetNodeBounds(
_thisNode
), ConnectingQuad.Bounds) : Rect.Empty;
114
_operations.GetNodeContourPoints(
_thisNode
, pointBuffer);
221
Rect endNodeRect = _operations.GetNodeBounds(
_thisNode
);
349
double pressureFactor =
_thisNode
.PressureFactor;
356
Point point =
_thisNode
.Position + (vertices[i % vertices.Length] * pressureFactor);
383
Point point =
_thisNode
.Position + (vertices[i % vertices.Length] * pressureFactor);
655
Rect node3Rect = _operations.GetNodeBounds(
_thisNode
);
854
return _operations.HitTest(_lastNode,
_thisNode
, ConnectingQuad, hittingContour);
874
StrokeFIndices cutAt = _operations.CutTest(_lastNode,
_thisNode
, ConnectingQuad, hittingContour);
895
StrokeFIndices cutAt = _operations.CutTest(_lastNode,
_thisNode
, ConnectingQuad, begin, end);
1004
_connectingQuad = _operations.GetConnectingQuad(_lastNode,
_thisNode
);
1024
return _operations.GetNonBezierContourSegments(_lastNode,
_thisNode
);
1026
return _operations.GetContourSegments(
_thisNode
, ConnectingQuad);
1041
return
_thisNode
.Position;
1053
return
_thisNode
.Position;
1063
double xDiff = (
_thisNode
.Position.X - _lastNode.Position.X) * findex;
1064
double yDiff = (
_thisNode
.Position.Y - _lastNode.Position.Y) * findex;