Base:
property
Start
System.Windows.Media.TextFormatting.TextLine.Start
5 references to Start
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (5)
1511
new Rect(
Start
+ Width - _collapsingSymbol.Width, 0, _collapsingSymbol.Width, Height),
2706
_overhang.Leading = paragraphWidth -
Start
- boundingBox.Right;
2707
_overhang.Trailing = boundingBox.Left - (paragraphWidth -
Start
- Width);
2711
_overhang.Leading = boundingBox.Left -
Start
;
2712
_overhang.Trailing =
Start
+ Width - boundingBox.Right;