2 writes to IdealWidth
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (2)
1656
run.
IdealWidth
= run.NominalAdvances[0] = idealNextTabStopUnRounded - idealRunOffsetUnRounded;
1721
out run.
IdealWidth
13 references to IdealWidth
PresentationCore (13)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (13)
140
else if(!run.EOT && run.
IdealWidth
<= widthLeft)
144
widthLeft -= run.
IdealWidth
;
145
idealRunOffsetUnRounded += run.
IdealWidth
;
175
if(!run.EOT && run.
IdealWidth
> widthLeft)
196
widthLeft -= run.
IdealWidth
;
197
idealRunOffsetUnRounded += run.
IdealWidth
;
308
idealWidth += run.
IdealWidth
;
624
idealXRelativeToOrigin += run.
IdealWidth
;
686
if (idealAdvance <= run.
IdealWidth
)
691
idealAdvance -= run.
IdealWidth
;
1938
trailingSpaceWidth +=
IdealWidth
;
1991
return dcp <= 0 ? 0 :
IdealWidth
;
2030
while (dcp < Length && idealDistance >= (Tab ? (currentIdealAdvance =
IdealWidth
/ Length)