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