Base:
property
Start
System.Windows.Media.TextFormatting.TextLine.Start
5 references to Start
PresentationCore (5)
MS\Internal\TextFormatting\FullTextLine.cs (5)
1478new Rect(Start + Width - _collapsingSymbol.Width, 0, _collapsingSymbol.Width, Height), 2645_overhang.Leading = paragraphWidth - Start - boundingBox.Right; 2646_overhang.Trailing = boundingBox.Left - (paragraphWidth - Start - Width); 2650_overhang.Leading = boundingBox.Left - Start; 2651_overhang.Trailing = Start + Width - boundingBox.Right;