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