7 references to ContentStart
PresentationFramework (7)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (4)
209
TextRange rtbRange = new TextRange(richTextBox.Document.
ContentStart
, richTextBox.Document.ContentEnd);
237
TextRange rtbRange = new TextRange(document.
ContentStart
, document.ContentEnd, useRestrictiveXamlXmlReader: true);
265
TextRange textRange = new TextRange(richTextBox.Document.
ContentStart
, richTextBox.Document.ContentEnd);
306
TextRange range = new TextRange(document.
ContentStart
, document.ContentEnd);
System\Windows\Controls\SinglePageViewer.cs (1)
1029
return flowDocument.
ContentStart
.TextContainer == textPointer.TextContainer;
System\Windows\Documents\FlowDocument.cs (2)
160
return new TextRange(this.
ContentStart
, this.ContentEnd);
891
textPointer = this.
ContentStart
;