2 overrides of GetNextCaretCharacterHit
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
1172public override CharacterHit GetNextCaretCharacterHit(
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
717public override CharacterHit GetNextCaretCharacterHit(
5 references to GetNextCaretCharacterHit
PresentationCore (2)
Core\CSharp\System\Windows\Media\TextFormatting\TextLine.cs (2)
160CharacterHit nextHit = GetNextCaretCharacterHit(characterHit); 174CharacterHit nextHit = GetNextCaretCharacterHit(previousHit);
PresentationFramework (3)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
307return _line.GetNextCaretCharacterHit(index);
src\Framework\MS\Internal\PtsHost\Line.cs (1)
760return _line.GetNextCaretCharacterHit(index);
src\Framework\MS\Internal\Text\Line.cs (1)
230return _line.GetNextCaretCharacterHit(index);