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