5 implementations of DeleteContentToPosition
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
387void ITextPointer.DeleteContentToPosition(ITextPointer limit)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
239void ITextPointer.DeleteContentToPosition(ITextPointer limit)
System\Windows\Documents\FixedTextPointer.cs (1)
504void ITextPointer.DeleteContentToPosition(ITextPointer limit)
System\Windows\Documents\NullTextNavigator.cs (1)
319void ITextPointer.DeleteContentToPosition(ITextPointer limit)
System\Windows\Documents\TextPointer.cs (1)
2782void ITextPointer.DeleteContentToPosition(ITextPointer limit)
5 references to DeleteContentToPosition
PresentationFramework (5)
System\Windows\Documents\FixedTextPointer.cs (1)
502/// <see cref="ITextPointer.DeleteContentToPosition"/>
System\Windows\Documents\NullTextNavigator.cs (1)
317/// <see cref="ITextPointer.DeleteContentToPosition"/>
System\windows\Documents\TextEditorTyping.cs (1)
710backspacePosition.DeleteContentToPosition(position);
System\Windows\Documents\TextRangeBase.cs (1)
1329thisRange.Start.DeleteContentToPosition(thisRange.End);
System\Windows\Documents\TextRangeEdit.cs (1)
1418start.DeleteContentToPosition(end);