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