2 implementations of IsAtCaretUnitBoundary
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
764
bool ITextView.
IsAtCaretUnitBoundary
(ITextPointer position)
MS\Internal\Documents\TextViewBase.cs (1)
512
bool ITextView.
IsAtCaretUnitBoundary
(ITextPointer position)
8 references to IsAtCaretUnitBoundary
PresentationFramework (8)
MS\Internal\Documents\DocumentPageTextView.cs (1)
243
return _pageTextView.
IsAtCaretUnitBoundary
(position);
System\Windows\Documents\DocumentSequenceTextPointer.cs (2)
356
bool isAtCaretUnitBoundary = textView.
IsAtCaretUnitBoundary
(this);
367
isAtCaretUnitBoundary = textView.
IsAtCaretUnitBoundary
(positionForwardGravity);
System\Windows\Documents\DocumentSequenceTextView.cs (1)
259
return this.ChildTextView.
IsAtCaretUnitBoundary
(ftp.ChildPointer);
System\Windows\Documents\FixedTextPointer.cs (2)
566
bool isAtCaretUnitBoundary = textView.
IsAtCaretUnitBoundary
(this);
577
isAtCaretUnitBoundary = textView.
IsAtCaretUnitBoundary
(positionForwardGravity);
System\Windows\Documents\TextContainer.cs (2)
1583
_rootNode.CaretUnitBoundaryCache = _textview.
IsAtCaretUnitBoundary
(position);
1594
_rootNode.CaretUnitBoundaryCache = _textview.
IsAtCaretUnitBoundary
(positionForwardGravity);