5 implementations of IsAtCaretUnitBoundary
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
629bool ITextPointer.IsAtCaretUnitBoundary
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
353bool ITextPointer.IsAtCaretUnitBoundary
System\Windows\Documents\FixedTextPointer.cs (1)
563bool ITextPointer.IsAtCaretUnitBoundary
System\Windows\Documents\NullTextNavigator.cs (1)
442bool ITextPointer.IsAtCaretUnitBoundary
System\Windows\Documents\TextPointer.cs (1)
3644bool ITextPointer.IsAtCaretUnitBoundary
3 references to IsAtCaretUnitBoundary
PresentationFramework (3)
System\Windows\Documents\FixedTextPointer.cs (1)
561/// <see cref="ITextPointer.IsAtCaretUnitBoundary"/>
System\Windows\Documents\NullTextNavigator.cs (1)
440/// <see cref="ITextPointer.IsAtCaretUnitBoundary"/>
System\Windows\Documents\TextPointerBase.cs (1)
1339isAtCaretUnitBoundary = position.IsAtCaretUnitBoundary;