3 references to IsAtCaretUnitBoundary
PresentationFramework (3)
MS\Internal\Documents\TextDocumentView.cs (3)
1498
isAtCaretUnitBoundary =
IsAtCaretUnitBoundary
(nestedParagraphs, _emptyParagraphCollection, position);
1512
isAtCaretUnitBoundary =
IsAtCaretUnitBoundary
(nestedParagraphs, _emptyParagraphCollection, position);
1563
return
IsAtCaretUnitBoundary
(paragraphs, floatingElements, position);