14 references to TextSourceCharacterIndex
PresentationCore (14)
MS\Internal\TextFormatting\FullTextLine.cs (14)
874
return new CharacterHit(_collapsedRange.
TextSourceCharacterIndex
, _collapsedRange.Length);
879
return new CharacterHit(_collapsedRange.
TextSourceCharacterIndex
, 0);
1003
&& characterHit.FirstCharacterIndex >= _collapsedRange.
TextSourceCharacterIndex
1009
if ( characterHit.FirstCharacterIndex >= _collapsedRange.
TextSourceCharacterIndex
+ _collapsedRange.Length
1307
&& currentIndex >= _collapsedRange.
TextSourceCharacterIndex
1311
caretStopIndex = _collapsedRange.
TextSourceCharacterIndex
;
1313
if (currentIndex < _collapsedRange.
TextSourceCharacterIndex
+ _collapsedRange.Length)
1565
&& firstTextSourceCharacterIndex < _collapsedRange.
TextSourceCharacterIndex
1566
&& firstTextSourceCharacterIndex + textLength - _collapsedRange.
TextSourceCharacterIndex
> _collapsedRange.Length / 2
2002
&& cp <= _collapsedRange.
TextSourceCharacterIndex
2003
&& cp + cchBounds >= _collapsedRange.
TextSourceCharacterIndex
2004
&& cp + cchBounds < _collapsedRange.
TextSourceCharacterIndex
+ _collapsedRange.Length)
2008
cchBounds = _collapsedRange.
TextSourceCharacterIndex
- cp;
2699
return _collapsedRange.
TextSourceCharacterIndex
;