4 references to ContentEnd
PresentationFramework (3)
MS\Internal\LayoutDump.cs (1)
484DumpTextRange(writer, text.ContentStart, text.ContentEnd);
System\Windows\Controls\TextBlock.cs (2)
235return new RangeContentEnumerator(this.ContentStart, this.ContentEnd); 479return new TextRange(this.ContentStart, this.ContentEnd);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (1)
418lastCharacter = _textBlock1.ContentEnd.GetCharacterRect(LogicalDirection.Backward);