5 implementations of IsAtCaretUnitBoundary
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
635bool ITextPointer.IsAtCaretUnitBoundary
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
363bool ITextPointer.IsAtCaretUnitBoundary
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
586bool ITextPointer.IsAtCaretUnitBoundary
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
447bool ITextPointer.IsAtCaretUnitBoundary
src\Framework\System\Windows\Documents\TextPointer.cs (1)
3675bool ITextPointer.IsAtCaretUnitBoundary
3 references to IsAtCaretUnitBoundary
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
584/// <see cref="ITextPointer.IsAtCaretUnitBoundary"/>
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
445/// <see cref="ITextPointer.IsAtCaretUnitBoundary"/>
src\Framework\System\Windows\Documents\TextPointerBase.cs (1)
1346isAtCaretUnitBoundary = position.IsAtCaretUnitBoundary;