2 overrides of GetDistanceFromCharacterHit
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
1012public override double GetDistanceFromCharacterHit(
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
703public override double GetDistanceFromCharacterHit(
1 reference to GetDistanceFromCharacterHit
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
135double distance = _line.GetDistanceFromCharacterHit(new CharacterHit(dcpFigure, 0));