2 writes to IdealWidth
PresentationCore (2)
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
1627
run.
IdealWidth
= run.NominalAdvances[0] = idealNextTabStopUnRounded - idealRunOffsetUnRounded;
1694
out run.
IdealWidth
13 references to IdealWidth
PresentationCore (13)
MS\Internal\TextFormatting\SimpleTextLine.cs (13)
127
else if(!run.EOT && run.
IdealWidth
<= widthLeft)
131
widthLeft -= run.
IdealWidth
;
132
idealRunOffsetUnRounded += run.
IdealWidth
;
162
if(!run.EOT && run.
IdealWidth
> widthLeft)
183
widthLeft -= run.
IdealWidth
;
184
idealRunOffsetUnRounded += run.
IdealWidth
;
294
idealWidth += run.
IdealWidth
;
604
idealXRelativeToOrigin += run.
IdealWidth
;
663
if (idealAdvance <= run.
IdealWidth
)
668
idealAdvance -= run.
IdealWidth
;
1906
trailingSpaceWidth +=
IdealWidth
;
1959
return dcp <= 0 ? 0 :
IdealWidth
;
1998
while (dcp < Length && idealDistance >= (Tab ? (currentIdealAdvance =
IdealWidth
/ Length)