5 references to ContentEnd
PresentationFramework (5)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (4)
203TextRange rtbRange = new TextRange(richTextBox.Document.ContentStart, richTextBox.Document.ContentEnd); 231TextRange rtbRange = new TextRange(document.ContentStart, document.ContentEnd, useRestrictiveXamlXmlReader: true); 259TextRange textRange = new TextRange(richTextBox.Document.ContentStart, richTextBox.Document.ContentEnd); 300TextRange range = new TextRange(document.ContentStart, document.ContentEnd);
System\Windows\Documents\FlowDocument.cs (1)
159return new TextRange(this.ContentStart, this.ContentEnd);