7 references to ContentStart
PresentationFramework (7)
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\Controls\SinglePageViewer.cs (1)
1036
return flowDocument.
ContentStart
.TextContainer == textPointer.TextContainer;
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
168
return new TextRange(this.
ContentStart
, this.ContentEnd);
899
textPointer = this.
ContentStart
;