17 references to DeleteContentInternal
PresentationFramework (17)
src\Framework\MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
168Owner.TextContainer.DeleteContentInternal(startPosition, endPosition);
src\Framework\System\Windows\Controls\AccessText.cs (1)
726TextContainer.DeleteContentInternal((TextPointer)TextContainer.Start, TextContainer.End);
src\Framework\System\Windows\Controls\TextBlock.cs (1)
4106((TextContainer)text._complexContent.TextContainer).DeleteContentInternal((TextPointer)text._complexContent.TextContainer.Start, (TextPointer)text._complexContent.TextContainer.End);
src\Framework\System\Windows\Controls\TextBox.cs (2)
207this.TextContainer.DeleteContentInternal((TextPointer)this.TextContainer.Start, (TextPointer)this.TextContainer.End); 1653TextContainer.DeleteContentInternal((TextPointer)TextContainer.Start, (TextPointer)TextContainer.End);
src\Framework\System\Windows\Documents\BlockUIContainer.cs (1)
91textContainer.DeleteContentInternal(contentStart, this.ContentEnd);
src\Framework\System\Windows\Documents\InlineUIContainer.cs (1)
122textContainer.DeleteContentInternal(contentStart, this.ContentEnd);
src\Framework\System\Windows\Documents\Run.cs (1)
260textContainer.DeleteContentInternal(contentStart, run.ContentEnd);
src\Framework\System\Windows\Documents\TextElement.cs (1)
259tree.DeleteContentInternal(this.ElementStart, this.ElementEnd);
src\Framework\System\Windows\Documents\TextElementCollection.cs (1)
112textContainer.DeleteContentInternal(this.ContentStart, this.ContentEnd);
src\Framework\System\Windows\Documents\TextPointer.cs (2)
1367_tree.DeleteContentInternal(this, deleteToPosition); 1371_tree.DeleteContentInternal(deleteToPosition, this);
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1342textContainer.DeleteContentInternal((TextPointer)thisRange.Start, (TextPointer)thisRange.End);
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
1696one.TextContainer.DeleteContentInternal(one, two); 1700two.TextContainer.DeleteContentInternal(two, one);
src\Framework\System\Windows\Documents\TextTreeInsertElementUndoUnit.cs (1)
68this.TextContainer.DeleteContentInternal(start, end);
src\Framework\System\Windows\Documents\TextTreeInsertUndoUnit.cs (1)
61this.TextContainer.DeleteContentInternal(start, end);