2 implementations of IsAtCaretUnitBoundary
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
815
bool ITextView.
IsAtCaretUnitBoundary
(ITextPointer position)
MS\Internal\Documents\TextViewBase.cs (1)
515
bool ITextView.
IsAtCaretUnitBoundary
(ITextPointer position)
16 references to IsAtCaretUnitBoundary
PresentationFramework (16)
MS\Internal\Documents\DocumentPageTextView.cs (2)
239
/// <see cref="ITextView.
IsAtCaretUnitBoundary
"/>
252
return _pageTextView.
IsAtCaretUnitBoundary
(position);
MS\Internal\Documents\MultiPageTextView.cs (1)
214
/// <see cref="ITextView.
IsAtCaretUnitBoundary
"/>
MS\Internal\Documents\TextBoxView.cs (1)
813
/// <see cref="ITextView.
IsAtCaretUnitBoundary
"/>
MS\Internal\Documents\TextDocumentView.cs (1)
278
/// <see cref="ITextView.
IsAtCaretUnitBoundary
"/>
MS\Internal\Documents\TextParagraphView.cs (1)
192
/// <see cref="ITextView.
IsAtCaretUnitBoundary
"/>
MS\Internal\Documents\TextViewBase.cs (2)
85
/// <see cref="ITextView.
IsAtCaretUnitBoundary
"/>
513
/// <see cref="ITextView.
IsAtCaretUnitBoundary
"/>
System\Windows\Documents\DocumentSequenceTextPointer.cs (2)
365
bool isAtCaretUnitBoundary = textView.
IsAtCaretUnitBoundary
(this);
376
isAtCaretUnitBoundary = textView.
IsAtCaretUnitBoundary
(positionForwardGravity);
System\Windows\Documents\DocumentSequenceTextView.cs (1)
268
return this.ChildTextView.
IsAtCaretUnitBoundary
(ftp.ChildPointer);
System\Windows\Documents\FixedTextPointer.cs (2)
574
bool isAtCaretUnitBoundary = textView.
IsAtCaretUnitBoundary
(this);
585
isAtCaretUnitBoundary = textView.
IsAtCaretUnitBoundary
(positionForwardGravity);
System\Windows\Documents\TextContainer.cs (2)
1595
_rootNode.CaretUnitBoundaryCache = _textview.
IsAtCaretUnitBoundary
(position);
1606
_rootNode.CaretUnitBoundaryCache = _textview.
IsAtCaretUnitBoundary
(positionForwardGravity);
System\Windows\Documents\TextPointer.cs (1)
2701
if (!_tree.TextView.
IsAtCaretUnitBoundary
(this))