14 references to TextSourceCharacterIndex
PresentationCore (14)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (14)
920
return new CharacterHit(_collapsedRange.
TextSourceCharacterIndex
, _collapsedRange.Length);
925
return new CharacterHit(_collapsedRange.
TextSourceCharacterIndex
, 0);
1049
&& characterHit.FirstCharacterIndex >= _collapsedRange.
TextSourceCharacterIndex
1055
if ( characterHit.FirstCharacterIndex >= _collapsedRange.
TextSourceCharacterIndex
+ _collapsedRange.Length
1353
&& currentIndex >= _collapsedRange.
TextSourceCharacterIndex
1357
caretStopIndex = _collapsedRange.
TextSourceCharacterIndex
;
1359
if (currentIndex < _collapsedRange.
TextSourceCharacterIndex
+ _collapsedRange.Length)
1614
&& firstTextSourceCharacterIndex < _collapsedRange.
TextSourceCharacterIndex
1615
&& firstTextSourceCharacterIndex + textLength - _collapsedRange.
TextSourceCharacterIndex
> _collapsedRange.Length / 2
2051
&& cp <= _collapsedRange.
TextSourceCharacterIndex
2052
&& cp + cchBounds >= _collapsedRange.
TextSourceCharacterIndex
2053
&& cp + cchBounds < _collapsedRange.
TextSourceCharacterIndex
+ _collapsedRange.Length)
2057
cchBounds = _collapsedRange.
TextSourceCharacterIndex
- cp;
2773
return _collapsedRange.
TextSourceCharacterIndex
;