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)
877
return (
_index
== 0) ? cutAt : BindFIndices(cutAt);
916
System.Diagnostics.Debug.Assert(IsValid && (
_index
>= 0));
924
fragment.BeginFIndex +=
_index
- 1;
929
fragment.EndFIndex +=
_index
- 1;
937
get { return
_index
; }
954
fragment.BeginFIndex = (
_index
== 0 ? StrokeFIndices.BeforeFirst:
_index
- 1);
964
fragment.BeginFIndex +=
_index
- 1;
971
fragment.EndFIndex = (_isLastNode ? StrokeFIndices.AfterLast:
_index
);
979
fragment.EndFIndex +=
_index
- 1;
1045
System.Diagnostics.Debug.Assert((findex >=
_index
- 1) && (findex <=
_index
));
1047
if (DoubleUtil.AreClose(findex, (double)
_index
))