7 references to Index
PresentationFramework (7)
System\Windows\Documents\TextElementCollection.cs (7)
161
count += _indexCache.
Index
;
833
if (_indexCache.
Index
== index)
838
else if (_indexCache.
Index
< index)
841
index = index - _indexCache.
Index
;
846
index = _indexCache.
Index
- index;
892
return _indexCache.
Index
;
901
index = _indexCache.
Index
;