1 write to _nodes
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\CuspData.cs (1)
40_nodes = new List<double>(stylusPoints.Count);
14 references to _nodes
PresentationCore (14)
Core\CSharp\MS\Internal\Ink\CuspData.cs (14)
43_nodes.Add(0); 73_nodes.Insert(index, _nodes[index - 1] + (XY(index) - XY(index - 1)).Length); 96if (_nodes[j] - _nodes[i] >= rError) 113if (_nodes[i] - _nodes[j] >= rError) 204return _nodes[i]; 446if (_nodes[iNext] - _nodes[iPoint] >= _span) 456if (_nodes[iPoint] - _nodes[iPrev] >= _span) 522_span = 0.75f * (_nodes[count - 1] * _nodes[count - 1]) / (count * _dist);