1 write to _index
PresentationCore (1)
MS\Internal\Ink\StrokeNode.cs (1)
47_index = index;
13 references to _index
PresentationCore (13)
MS\Internal\Ink\StrokeNode.cs (13)
883return (_index == 0) ? cutAt : BindFIndices(cutAt); 922System.Diagnostics.Debug.Assert(IsValid && (_index >= 0)); 930fragment.BeginFIndex += _index - 1; 935fragment.EndFIndex += _index - 1; 943get { return _index; } 960fragment.BeginFIndex = (_index == 0 ? StrokeFIndices.BeforeFirst:_index - 1); 970fragment.BeginFIndex += _index - 1; 977fragment.EndFIndex = (_isLastNode ? StrokeFIndices.AfterLast:_index); 985fragment.EndFIndex += _index - 1; 1051System.Diagnostics.Debug.Assert((findex >= _index - 1) && (findex <= _index)); 1053if (DoubleUtil.AreClose(findex, (double)_index))