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)
876
return (
_index
== 0) ? cutAt : BindFIndices(cutAt);
915
System.Diagnostics.Debug.Assert(IsValid && (
_index
>= 0));
923
fragment.BeginFIndex +=
_index
- 1;
928
fragment.EndFIndex +=
_index
- 1;
936
get { return
_index
; }
953
fragment.BeginFIndex = (
_index
== 0 ? StrokeFIndices.BeforeFirst:
_index
- 1);
963
fragment.BeginFIndex +=
_index
- 1;
970
fragment.EndFIndex = (_isLastNode ? StrokeFIndices.AfterLast:
_index
);
978
fragment.EndFIndex +=
_index
- 1;
1044
System.Diagnostics.Debug.Assert((findex >=
_index
- 1) && (findex <=
_index
));
1046
if (DoubleUtil.AreClose(findex, (double)
_index
))