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)
63internal Point Position { get { return _thisNode.Position; } } 75internal float PressureFactor { get { return _thisNode.PressureFactor; } } 102return IsValid ? _operations.GetNodeBounds(_thisNode) : Rect.Empty; 111return IsValid ? Rect.Union(_operations.GetNodeBounds(_thisNode), ConnectingQuad.Bounds) : Rect.Empty; 121_operations.GetNodeContourPoints(_thisNode, pointBuffer); 228Rect endNodeRect = _operations.GetNodeBounds(_thisNode); 356double pressureFactor = _thisNode.PressureFactor; 363Point point = _thisNode.Position + (vertices[i % vertices.Length] * pressureFactor); 390Point point = _thisNode.Position + (vertices[i % vertices.Length] * pressureFactor); 444Rect node3Bounds = _operations.GetNodeBounds(_thisNode); 663Rect node3Rect = _operations.GetNodeBounds(_thisNode); 862return _operations.HitTest(_lastNode, _thisNode, ConnectingQuad, hittingContour); 882StrokeFIndices cutAt = _operations.CutTest(_lastNode, _thisNode, ConnectingQuad, hittingContour); 903StrokeFIndices cutAt = _operations.CutTest(_lastNode, _thisNode, ConnectingQuad, begin, end); 1013_connectingQuad = _operations.GetConnectingQuad(_lastNode, _thisNode); 1033return _operations.GetNonBezierContourSegments(_lastNode, _thisNode); 1035return _operations.GetContourSegments(_thisNode, ConnectingQuad); 1050return _thisNode.Position; 1062return _thisNode.Position; 1072double xDiff = (_thisNode.Position.X - _lastNode.Position.X) * findex; 1073double yDiff = (_thisNode.Position.Y - _lastNode.Position.Y) * findex;