3 references to IsAtCaretUnitBoundary
PresentationFramework (3)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (3)
1506isAtCaretUnitBoundary = IsAtCaretUnitBoundary(nestedParagraphs, _emptyParagraphCollection, position); 1520isAtCaretUnitBoundary = IsAtCaretUnitBoundary(nestedParagraphs, _emptyParagraphCollection, position); 1571return IsAtCaretUnitBoundary(paragraphs, floatingElements, position);