Implemented interface member:
property
Start
MS.Internal.TextFormatting.ITextMetrics.Start
2 overrides of Start
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2250
public override double
Start
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1037
public override double
Start
6 references to Start
PresentationCore (3)
System\Windows\Media\FormattedText.cs (3)
1763
double blackBoxLeft = origin.X + currentLine.
Start
+ currentLine.OverhangLeading;
1764
double blackBoxRight = origin.X + currentLine.
Start
+ currentLine.Width - currentLine.OverhangTrailing;
1779
lineStartOfLongestLine = Math.Min(lineStartOfLongestLine, currentLine.
Start
);
PresentationFramework (3)
MS\Internal\PtsHost\Line.cs (1)
795
return TextDpi.ToTextDpi(_line.
Start
) + TextDpi.ToTextDpi(_indent) + CalculateUOffsetShift();
MS\Internal\Text\Line.cs (2)
388
return _line.
Start
+ CalculateXOffsetShift();
392
return _line.
Start
;