1 write to _thisNode
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\StrokeNode.cs (1)
48
_thisNode
= nodeData;
21 references to _thisNode
PresentationCore (21)
Core\CSharp\MS\Internal\Ink\StrokeNode.cs (21)
63
internal Point Position { get { return
_thisNode
.Position; } }
75
internal float PressureFactor { get { return
_thisNode
.PressureFactor; } }
102
return IsValid ? _operations.GetNodeBounds(
_thisNode
) : Rect.Empty;
111
return IsValid ? Rect.Union(_operations.GetNodeBounds(
_thisNode
), ConnectingQuad.Bounds) : Rect.Empty;
121
_operations.GetNodeContourPoints(
_thisNode
, pointBuffer);
228
Rect endNodeRect = _operations.GetNodeBounds(
_thisNode
);
356
double pressureFactor =
_thisNode
.PressureFactor;
363
Point point =
_thisNode
.Position + (vertices[i % vertices.Length] * pressureFactor);
390
Point point =
_thisNode
.Position + (vertices[i % vertices.Length] * pressureFactor);
444
Rect node3Bounds = _operations.GetNodeBounds(
_thisNode
);
663
Rect node3Rect = _operations.GetNodeBounds(
_thisNode
);
862
return _operations.HitTest(_lastNode,
_thisNode
, ConnectingQuad, hittingContour);
882
StrokeFIndices cutAt = _operations.CutTest(_lastNode,
_thisNode
, ConnectingQuad, hittingContour);
903
StrokeFIndices cutAt = _operations.CutTest(_lastNode,
_thisNode
, ConnectingQuad, begin, end);
1013
_connectingQuad = _operations.GetConnectingQuad(_lastNode,
_thisNode
);
1033
return _operations.GetNonBezierContourSegments(_lastNode,
_thisNode
);
1035
return _operations.GetContourSegments(
_thisNode
, ConnectingQuad);
1050
return
_thisNode
.Position;
1062
return
_thisNode
.Position;
1072
double xDiff = (
_thisNode
.Position.X - _lastNode.Position.X) * findex;
1073
double yDiff = (
_thisNode
.Position.Y - _lastNode.Position.Y) * findex;