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