4 references to IsAtCaretUnitBoundary
PresentationFramework (4)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (4)
300
return
IsAtCaretUnitBoundary
(Columns, FloatingElements, position);
1532
isAtCaretUnitBoundary =
IsAtCaretUnitBoundary
(columns, nestedFloatingElements, position);
1544
isAtCaretUnitBoundary =
IsAtCaretUnitBoundary
(columns, nestedFloatingElements, position);
1556
isAtCaretUnitBoundary =
IsAtCaretUnitBoundary
(columns, nestedFloatingElements, position);