1 write to _index
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\StrokeNode.cs (1)
47_index = index;
13 references to _index
PresentationCore (13)
Core\CSharp\MS\Internal\Ink\StrokeNode.cs (13)
884return (_index == 0) ? cutAt : BindFIndices(cutAt); 923System.Diagnostics.Debug.Assert(IsValid && (_index >= 0)); 931fragment.BeginFIndex += _index - 1; 936fragment.EndFIndex += _index - 1; 944get { return _index; } 962fragment.BeginFIndex = (_index == 0 ? StrokeFIndices.BeforeFirst:_index - 1); 972fragment.BeginFIndex += _index - 1; 979fragment.EndFIndex = (_isLastNode ? StrokeFIndices.AfterLast:_index); 987fragment.EndFIndex += _index - 1; 1053System.Diagnostics.Debug.Assert((findex >= _index - 1) && (findex <= _index)); 1055if (DoubleUtil.AreClose(findex, (double)_index))