14 references to TextSourceCharacterIndex
PresentationCore (14)
MS\Internal\TextFormatting\FullTextLine.cs (14)
873
return new CharacterHit(_collapsedRange.
TextSourceCharacterIndex
, _collapsedRange.Length);
878
return new CharacterHit(_collapsedRange.
TextSourceCharacterIndex
, 0);
1002
&& characterHit.FirstCharacterIndex >= _collapsedRange.
TextSourceCharacterIndex
1008
if ( characterHit.FirstCharacterIndex >= _collapsedRange.
TextSourceCharacterIndex
+ _collapsedRange.Length
1306
&& currentIndex >= _collapsedRange.
TextSourceCharacterIndex
1310
caretStopIndex = _collapsedRange.
TextSourceCharacterIndex
;
1312
if (currentIndex < _collapsedRange.
TextSourceCharacterIndex
+ _collapsedRange.Length)
1564
&& firstTextSourceCharacterIndex < _collapsedRange.
TextSourceCharacterIndex
1565
&& firstTextSourceCharacterIndex + textLength - _collapsedRange.
TextSourceCharacterIndex
> _collapsedRange.Length / 2
2001
&& cp <= _collapsedRange.
TextSourceCharacterIndex
2002
&& cp + cchBounds >= _collapsedRange.
TextSourceCharacterIndex
2003
&& cp + cchBounds < _collapsedRange.
TextSourceCharacterIndex
+ _collapsedRange.Length)
2007
cchBounds = _collapsedRange.
TextSourceCharacterIndex
- cp;
2698
return _collapsedRange.
TextSourceCharacterIndex
;