2 references to LengthSquared
PresentationCore (2)
MS\Internal\FontFace\MatchingStyle.cs (2)
104double currentDiffSize = (_vector - target._vector).LengthSquared; 105double bestDiffSize = (best._vector - target._vector).LengthSquared;