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