4 references to ContentStart
PresentationFramework (4)
src\Framework\MS\Internal\LayoutDump.cs (1)
490
DumpTextRange(writer, text.
ContentStart
, text.ContentEnd);
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
292
position = new TextPointer(_owner.
ContentStart
, CalcPositionOffset(charHit), LogicalDirection.Forward);
src\Framework\System\Windows\Controls\TextBlock.cs (2)
257
return new RangeContentEnumerator(this.
ContentStart
, this.ContentEnd);
507
return new TextRange(this.
ContentStart
, this.ContentEnd);