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