5 implementations of IsAtCaretUnitBoundary
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
628bool ITextPointer.IsAtCaretUnitBoundary
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
350bool ITextPointer.IsAtCaretUnitBoundary
System\Windows\Documents\FixedTextPointer.cs (1)
560bool ITextPointer.IsAtCaretUnitBoundary
System\Windows\Documents\NullTextNavigator.cs (1)
439bool ITextPointer.IsAtCaretUnitBoundary
System\Windows\Documents\TextPointer.cs (1)
3643bool ITextPointer.IsAtCaretUnitBoundary
3 references to IsAtCaretUnitBoundary
PresentationFramework (3)
System\Windows\Documents\FixedTextPointer.cs (1)
558/// <see cref="ITextPointer.IsAtCaretUnitBoundary"/>
System\Windows\Documents\NullTextNavigator.cs (1)
437/// <see cref="ITextPointer.IsAtCaretUnitBoundary"/>
System\Windows\Documents\TextPointerBase.cs (1)
1338isAtCaretUnitBoundary = position.IsAtCaretUnitBoundary;