7 references to Index
PresentationFramework (7)
src\Framework\System\Windows\Documents\TextElementCollection.cs (7)
166
count += _indexCache.
Index
;
868
if (_indexCache.
Index
== index)
873
else if (_indexCache.
Index
< index)
876
index = index - _indexCache.
Index
;
881
index = _indexCache.
Index
- index;
927
return _indexCache.
Index
;
936
index = _indexCache.
Index
;