2 overrides of GetNextCaretCharacterHit
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
1125public override CharacterHit GetNextCaretCharacterHit(
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
694public override CharacterHit GetNextCaretCharacterHit(
5 references to GetNextCaretCharacterHit
PresentationCore (2)
System\Windows\Media\textformatting\TextLine.cs (2)
146CharacterHit nextHit = GetNextCaretCharacterHit(characterHit); 160CharacterHit nextHit = GetNextCaretCharacterHit(previousHit);
PresentationFramework (3)
MS\Internal\Documents\TextBoxLine.cs (1)
297return _line.GetNextCaretCharacterHit(index);
MS\Internal\PtsHost\Line.cs (1)
738return _line.GetNextCaretCharacterHit(index);
MS\Internal\Text\Line.cs (1)
219return _line.GetNextCaretCharacterHit(index);