12 references to ToIdeal
PresentationCore (12)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
778
TextFormatterImp.
ToIdeal
,
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (3)
567
lsrun.Shapeable.GetAdvanceWidthsUnshaped(charString, stringLength, TextFormatterImp.
ToIdeal
, charWidths);
1850
TextFormatterImp.
ToIdeal
,
2936
TextFormatterImp.
ToIdeal
,
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (2)
1643
TextFormatterImp.
ToIdeal
,
1717
TextFormatterImp.
ToIdeal
,
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (2)
756
int value = (int)Math.Round(i *
ToIdeal
);
777
int value = (int)Math.Floor(i *
ToIdeal
);
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (4)
290
_accNominalWidthSoFar += runInfo.GetRoughWidth(TextFormatterImp.
ToIdeal
);
1582
double realToIdeal = TextFormatterImp.
ToIdeal
;
1726
double realToIdeal = TextFormatterImp.
ToIdeal
;
1788
TextFormatterImp.
ToIdeal
,