1 write to _index
PresentationCore (1)
MS\Internal\Ink\StrokeNode.cs (1)
40_index = index;
13 references to _index
PresentationCore (13)
MS\Internal\Ink\StrokeNode.cs (13)
876return (_index == 0) ? cutAt : BindFIndices(cutAt); 915System.Diagnostics.Debug.Assert(IsValid && (_index >= 0)); 923fragment.BeginFIndex += _index - 1; 928fragment.EndFIndex += _index - 1; 936get { return _index; } 953fragment.BeginFIndex = (_index == 0 ? StrokeFIndices.BeforeFirst:_index - 1); 963fragment.BeginFIndex += _index - 1; 970fragment.EndFIndex = (_isLastNode ? StrokeFIndices.AfterLast:_index); 978fragment.EndFIndex += _index - 1; 1044System.Diagnostics.Debug.Assert((findex >= _index - 1) && (findex <= _index)); 1046if (DoubleUtil.AreClose(findex, (double)_index))