8 references to Index
PresentationCore (8)
Core\CSharp\MS\Internal\Span.cs (8)
71
if (index <= latestPosition.
Index
)
128
spanIndex = latestPosition.
Index
;
156
spanIndex = latestPosition.
Index
;
221
int fs = spanPosition.
Index
;
566
_cch = _spans[_spanPosition.
Index
].length - (cp - _spanPosition.CP);
611
get { return _spanPosition.
Index
>= _spans.Count ? _spans.Default : _spans[_spanPosition.
Index
].element; }
619
get { return _spanPosition.
Index
; }