2 references to CompareReal
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (2)
361hasOverflowed = (TextFormatterImp.CompareReal(realWidth, realFormatWidth, PixelsPerDip, _textFormattingMode) > 0); 730if (TextFormatterImp.CompareReal(constraintWidth, Width, PixelsPerDip, _textFormattingMode) > 0)