5 implementations of IsAtInsertionPosition
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
663bool ITextPointer.IsAtInsertionPosition
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
397bool ITextPointer.IsAtInsertionPosition
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
623bool ITextPointer.IsAtInsertionPosition
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
467bool ITextPointer.IsAtInsertionPosition
src\Framework\System\Windows\Documents\TextPointer.cs (1)
3719bool ITextPointer.IsAtInsertionPosition
10 references to IsAtInsertionPosition
PresentationFramework (10)
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (2)
566if (!start.IsAtInsertionPosition && !start.MoveToNextInsertionPosition(LogicalDirection.Forward)) 591if (!end.IsAtInsertionPosition && !end.MoveToNextInsertionPosition(LogicalDirection.Backward))
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
816Invariant.Assert(pointer.IsAtInsertionPosition, "Pointer is not an insertion position");
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
621/// <see cref="ITextPointer.IsAtInsertionPosition"/>
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
465/// <see cref="ITextPointer.IsAtInsertionPosition"/>
src\Framework\System\Windows\Documents\TextPointerBase.cs (5)
528if (!thisPosition.IsAtInsertionPosition) 534if (!thisPosition.IsAtInsertionPosition) 676if (!thisPosition.IsAtInsertionPosition) 819if (!position.IsAtInsertionPosition) 877if (!thisPointer.IsAtInsertionPosition)