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