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