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