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