Implemented interface member:
property
Start
MS.Internal.TextFormatting.ITextMetrics.Start
2 overrides of Start
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
2311public override double Start
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1060public override double Start
6 references to Start
PresentationCore (3)
Core\CSharp\System\Windows\Media\FormattedText.cs (3)
1814double blackBoxLeft = origin.X + currentLine.Start + currentLine.OverhangLeading; 1815double blackBoxRight = origin.X + currentLine.Start + currentLine.Width - currentLine.OverhangTrailing; 1830lineStartOfLongestLine = Math.Min(lineStartOfLongestLine, currentLine.Start);
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
813return TextDpi.ToTextDpi(_line.Start) + TextDpi.ToTextDpi(_indent) + CalculateUOffsetShift();
src\Framework\MS\Internal\Text\Line.cs (2)
398return _line.Start + CalculateXOffsetShift(); 402return _line.Start;