17 references to DeleteContentInternal
PresentationFramework (17)
MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
163
Owner.TextContainer.
DeleteContentInternal
(startPosition, endPosition);
System\Windows\Controls\AccessText.cs (1)
724
TextContainer.
DeleteContentInternal
((TextPointer)TextContainer.Start, TextContainer.End);
System\Windows\Controls\TextBlock.cs (1)
4117
((TextContainer)text._complexContent.TextContainer).
DeleteContentInternal
((TextPointer)text._complexContent.TextContainer.Start, (TextPointer)text._complexContent.TextContainer.End);
System\Windows\Controls\TextBox.cs (2)
194
this.TextContainer.
DeleteContentInternal
((TextPointer)this.TextContainer.Start, (TextPointer)this.TextContainer.End);
1660
TextContainer.
DeleteContentInternal
((TextPointer)TextContainer.Start, (TextPointer)TextContainer.End);
System\Windows\Documents\BlockUIContainer.cs (1)
88
textContainer.
DeleteContentInternal
(contentStart, this.ContentEnd);
System\Windows\Documents\InlineUIContainer.cs (1)
122
textContainer.
DeleteContentInternal
(contentStart, this.ContentEnd);
System\Windows\Documents\Run.cs (1)
260
textContainer.
DeleteContentInternal
(contentStart, run.ContentEnd);
System\Windows\Documents\TextElement.cs (1)
254
tree.
DeleteContentInternal
(this.ElementStart, this.ElementEnd);
System\Windows\Documents\TextElementCollection.cs (1)
109
textContainer.
DeleteContentInternal
(this.ContentStart, this.ContentEnd);
System\Windows\Documents\TextPointer.cs (2)
1353
_tree.
DeleteContentInternal
(this, deleteToPosition);
1357
_tree.
DeleteContentInternal
(deleteToPosition, this);
System\Windows\Documents\TextRangeBase.cs (1)
1328
textContainer.
DeleteContentInternal
((TextPointer)thisRange.Start, (TextPointer)thisRange.End);
System\Windows\Documents\TextRangeEdit.cs (2)
1694
one.TextContainer.
DeleteContentInternal
(one, two);
1698
two.TextContainer.
DeleteContentInternal
(two, one);
System\Windows\Documents\TextTreeInsertElementUndoUnit.cs (1)
65
this.TextContainer.
DeleteContentInternal
(start, end);
System\Windows\Documents\TextTreeInsertUndoUnit.cs (1)
58
this.TextContainer.
DeleteContentInternal
(start, end);