2 references to LengthSquared
PresentationCore (2)
Core\CSharp\MS\Internal\FontFace\MatchingStyle.cs (2)
114double currentDiffSize = (_vector - target._vector).LengthSquared; 115double bestDiffSize = (best._vector - target._vector).LengthSquared;