3 references to ContentEnd
PresentationFramework (3)
src\Framework\MS\Internal\LayoutDump.cs (1)
490DumpTextRange(writer, text.ContentStart, text.ContentEnd);
src\Framework\System\Windows\Controls\TextBlock.cs (2)
257return new RangeContentEnumerator(this.ContentStart, this.ContentEnd); 507return new TextRange(this.ContentStart, this.ContentEnd);