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