2 writes to CaretUnitBoundaryCache
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextContainer.cs (2)
1610
_rootNode.
CaretUnitBoundaryCache
= _textview.IsAtCaretUnitBoundary(position);
1621
_rootNode.
CaretUnitBoundaryCache
= _textview.IsAtCaretUnitBoundary(positionForwardGravity);
2 references to CaretUnitBoundaryCache
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextContainer.cs (2)
1612
if (!_rootNode.
CaretUnitBoundaryCache
&& position.LogicalDirection == LogicalDirection.Backward)
1625
return _rootNode.
CaretUnitBoundaryCache
;