2 overrides of GetNextCaretCharacterHit
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
1126public override CharacterHit GetNextCaretCharacterHit(
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
701public override CharacterHit GetNextCaretCharacterHit(
5 references to GetNextCaretCharacterHit
PresentationCore (2)
System\Windows\Media\textformatting\TextLine.cs (2)
147CharacterHit nextHit = GetNextCaretCharacterHit(characterHit); 161CharacterHit nextHit = GetNextCaretCharacterHit(previousHit);
PresentationFramework (3)
MS\Internal\Documents\TextBoxLine.cs (1)
298return _line.GetNextCaretCharacterHit(index);
MS\Internal\PtsHost\Line.cs (1)
742return _line.GetNextCaretCharacterHit(index);
MS\Internal\Text\Line.cs (1)
220return _line.GetNextCaretCharacterHit(index);