12 references to ToIdeal
PresentationCore (12)
MS\Internal\TextFormatting\FullTextLine.cs (1)
745
TextFormatterImp.
ToIdeal
,
MS\Internal\TextFormatting\LineServicesCallbacks.cs (3)
526
lsrun.Shapeable.GetAdvanceWidthsUnshaped(charString, stringLength, TextFormatterImp.
ToIdeal
, charWidths);
1742
TextFormatterImp.
ToIdeal
,
2761
TextFormatterImp.
ToIdeal
,
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
1628
TextFormatterImp.
ToIdeal
,
1702
TextFormatterImp.
ToIdeal
,
MS\Internal\TextFormatting\TextFormatterImp.cs (2)
726
int value = (int)Math.Round(i *
ToIdeal
);
747
int value = (int)Math.Floor(i *
ToIdeal
);
MS\Internal\TextFormatting\TextStore.cs (4)
286
_accNominalWidthSoFar += runInfo.GetRoughWidth(TextFormatterImp.
ToIdeal
);
1571
double realToIdeal = TextFormatterImp.
ToIdeal
;
1715
double realToIdeal = TextFormatterImp.
ToIdeal
;
1780
TextFormatterImp.
ToIdeal
,