8 references to ContentStart
PresentationFramework (4)
MS\Internal\LayoutDump.cs (1)
487
DumpTextRange(writer, text.
ContentStart
, text.ContentEnd);
MS\Internal\Text\ComplexLine.cs (1)
288
position = new TextPointer(_owner.
ContentStart
, CalcPositionOffset(charHit), LogicalDirection.Forward);
System\Windows\Controls\TextBlock.cs (2)
245
return new RangeContentEnumerator(this.
ContentStart
, this.ContentEnd);
489
return new TextRange(this.
ContentStart
, this.ContentEnd);
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (4)
291
TextPointer secondLinePointer = _textBlock1.
ContentStart
;
363
secondLinePointer = _textBlock1.
ContentStart
.GetLineStartPosition(1);
403
TextPointer currentLinePointer = _textBlock1.
ContentStart
.GetLineStartPosition(2);
431
secondLinePointer = _textBlock1.
ContentStart
.GetLineStartPosition(1);