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