1 write to _index
PresentationCore (1)
MS\Internal\Ink\StrokeNode.cs (1)
41_index = index;
13 references to _index
PresentationCore (13)
MS\Internal\Ink\StrokeNode.cs (13)
877return (_index == 0) ? cutAt : BindFIndices(cutAt); 916System.Diagnostics.Debug.Assert(IsValid && (_index >= 0)); 924fragment.BeginFIndex += _index - 1; 929fragment.EndFIndex += _index - 1; 937get { return _index; } 954fragment.BeginFIndex = (_index == 0 ? StrokeFIndices.BeforeFirst:_index - 1); 964fragment.BeginFIndex += _index - 1; 971fragment.EndFIndex = (_isLastNode ? StrokeFIndices.AfterLast:_index); 979fragment.EndFIndex += _index - 1; 1045System.Diagnostics.Debug.Assert((findex >= _index - 1) && (findex <= _index)); 1047if (DoubleUtil.AreClose(findex, (double)_index))