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