1 write to _nodes
PresentationCore (1)
MS\Internal\Ink\CuspData.cs (1)
33
_nodes
= new List<double>(stylusPoints.Count);
14 references to _nodes
PresentationCore (14)
MS\Internal\Ink\CuspData.cs (14)
36
_nodes
.Add(0);
70
_nodes
.Insert(index,
_nodes
[index - 1] + (XY(index) - XY(index - 1)).Length);
93
if (
_nodes
[j] -
_nodes
[i] >= rError)
110
if (
_nodes
[i] -
_nodes
[j] >= rError)
201
return
_nodes
[i];
443
if (
_nodes
[iNext] -
_nodes
[iPoint] >= _span)
453
if (
_nodes
[iPoint] -
_nodes
[iPrev] >= _span)
519
_span = 0.75f * (
_nodes
[count - 1] *
_nodes
[count - 1]) / (count * _dist);