Base:
property
Start
System.Windows.Media.TextFormatting.TextLine.Start
5 references to Start
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (5)
1511new 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;