3 references to GetNextCaretUnitPosition
PresentationFramework (3)
MS\Internal\Documents\TextDocumentView.cs (3)
1593
nextCaretPosition =
GetNextCaretUnitPosition
(nestedParagraphs, _emptyParagraphCollection, position, direction);
1608
nextCaretPosition =
GetNextCaretUnitPosition
(nestedParagraphs, _emptyParagraphCollection, position, direction);
1657
return
GetNextCaretUnitPosition
(paragraphs, floatingElements, position, direction);