7 references to Index
PresentationFramework (7)
System\Windows\Documents\TextElementCollection.cs (7)
160
count += _indexCache.
Index
;
832
if (_indexCache.
Index
== index)
837
else if (_indexCache.
Index
< index)
840
index -= _indexCache.
Index
;
845
index = _indexCache.
Index
- index;
891
return _indexCache.
Index
;
900
index = _indexCache.
Index
;