17 references to DeleteContentInternal
PresentationFramework (17)
src\Framework\MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
168
Owner.TextContainer.
DeleteContentInternal
(startPosition, endPosition);
src\Framework\System\Windows\Controls\AccessText.cs (1)
726
TextContainer.
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)
207
this.TextContainer.
DeleteContentInternal
((TextPointer)this.TextContainer.Start, (TextPointer)this.TextContainer.End);
1653
TextContainer.
DeleteContentInternal
((TextPointer)TextContainer.Start, (TextPointer)TextContainer.End);
src\Framework\System\Windows\Documents\BlockUIContainer.cs (1)
91
textContainer.
DeleteContentInternal
(contentStart, this.ContentEnd);
src\Framework\System\Windows\Documents\InlineUIContainer.cs (1)
122
textContainer.
DeleteContentInternal
(contentStart, this.ContentEnd);
src\Framework\System\Windows\Documents\Run.cs (1)
260
textContainer.
DeleteContentInternal
(contentStart, run.ContentEnd);
src\Framework\System\Windows\Documents\TextElement.cs (1)
259
tree.
DeleteContentInternal
(this.ElementStart, this.ElementEnd);
src\Framework\System\Windows\Documents\TextElementCollection.cs (1)
112
textContainer.
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)
1342
textContainer.
DeleteContentInternal
((TextPointer)thisRange.Start, (TextPointer)thisRange.End);
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
1696
one.TextContainer.
DeleteContentInternal
(one, two);
1700
two.TextContainer.
DeleteContentInternal
(two, one);
src\Framework\System\Windows\Documents\TextTreeInsertElementUndoUnit.cs (1)
68
this.TextContainer.
DeleteContentInternal
(start, end);
src\Framework\System\Windows\Documents\TextTreeInsertUndoUnit.cs (1)
61
this.TextContainer.
DeleteContentInternal
(start, end);