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