5 implementations of IsAtCaretUnitBoundary
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
633bool ITextPointer.IsAtCaretUnitBoundary
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
359bool ITextPointer.IsAtCaretUnitBoundary
System\Windows\Documents\FixedTextPointer.cs (1)
568bool ITextPointer.IsAtCaretUnitBoundary
System\Windows\Documents\NullTextNavigator.cs (1)
445bool ITextPointer.IsAtCaretUnitBoundary
System\Windows\Documents\TextPointer.cs (1)
3649bool ITextPointer.IsAtCaretUnitBoundary
3 references to IsAtCaretUnitBoundary
PresentationFramework (3)
System\Windows\Documents\FixedTextPointer.cs (1)
566/// <see cref="ITextPointer.IsAtCaretUnitBoundary"/>
System\Windows\Documents\NullTextNavigator.cs (1)
443/// <see cref="ITextPointer.IsAtCaretUnitBoundary"/>
System\Windows\Documents\TextPointerBase.cs (1)
1344isAtCaretUnitBoundary = position.IsAtCaretUnitBoundary;