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