2 overrides of GetDistanceFromCharacterHit
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
966public override double GetDistanceFromCharacterHit(
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
687public override double GetDistanceFromCharacterHit(
1 reference to GetDistanceFromCharacterHit
PresentationFramework (1)
MS\Internal\PtsHost\Line.cs (1)
118double distance = _line.GetDistanceFromCharacterHit(new CharacterHit(dcpFigure, 0));