5 references to ContentEnd
PresentationFramework (5)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (4)
215
TextRange rtbRange = new TextRange(richTextBox.Document.ContentStart, richTextBox.Document.
ContentEnd
);
243
TextRange rtbRange = new TextRange(document.ContentStart, document.
ContentEnd
);
271
TextRange textRange = new TextRange(richTextBox.Document.ContentStart, richTextBox.Document.
ContentEnd
);
312
TextRange range = new TextRange(document.ContentStart, document.
ContentEnd
);
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
168
return new TextRange(this.ContentStart, this.
ContentEnd
);