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