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