5 implementations of DeleteContentToPosition
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
386void ITextPointer.DeleteContentToPosition(ITextPointer limit)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
236void ITextPointer.DeleteContentToPosition(ITextPointer limit)
System\Windows\Documents\FixedTextPointer.cs (1)
501void ITextPointer.DeleteContentToPosition(ITextPointer limit)
System\Windows\Documents\NullTextNavigator.cs (1)
316void ITextPointer.DeleteContentToPosition(ITextPointer limit)
System\Windows\Documents\TextPointer.cs (1)
2781void ITextPointer.DeleteContentToPosition(ITextPointer limit)
5 references to DeleteContentToPosition
PresentationFramework (5)
System\Windows\Documents\FixedTextPointer.cs (1)
499/// <see cref="ITextPointer.DeleteContentToPosition"/>
System\Windows\Documents\NullTextNavigator.cs (1)
314/// <see cref="ITextPointer.DeleteContentToPosition"/>
System\windows\Documents\TextEditorTyping.cs (1)
700backspacePosition.DeleteContentToPosition(position);
System\Windows\Documents\TextRangeBase.cs (1)
1328thisRange.Start.DeleteContentToPosition(thisRange.End);
System\Windows\Documents\TextRangeEdit.cs (1)
1417start.DeleteContentToPosition(end);