8 references to ContentStart
PresentationFramework (4)
MS\Internal\LayoutDump.cs (1)
484DumpTextRange(writer, text.ContentStart, text.ContentEnd);
MS\Internal\Text\ComplexLine.cs (1)
283position = new TextPointer(_owner.ContentStart, CalcPositionOffset(charHit), LogicalDirection.Forward);
System\Windows\Controls\TextBlock.cs (2)
235return new RangeContentEnumerator(this.ContentStart, this.ContentEnd); 479return new TextRange(this.ContentStart, this.ContentEnd);
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (4)
288TextPointer secondLinePointer = _textBlock1.ContentStart; 360secondLinePointer = _textBlock1.ContentStart.GetLineStartPosition(1); 400TextPointer currentLinePointer = _textBlock1.ContentStart.GetLineStartPosition(2); 428secondLinePointer = _textBlock1.ContentStart.GetLineStartPosition(1);