2 writes to IdealWidth
PresentationCore (2)
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
1628
run.
IdealWidth
= run.NominalAdvances[0] = idealNextTabStopUnRounded - idealRunOffsetUnRounded;
1695
out run.
IdealWidth
13 references to IdealWidth
PresentationCore (13)
MS\Internal\TextFormatting\SimpleTextLine.cs (13)
128
else if(!run.EOT && run.
IdealWidth
<= widthLeft)
132
widthLeft -= run.
IdealWidth
;
133
idealRunOffsetUnRounded += run.
IdealWidth
;
163
if(!run.EOT && run.
IdealWidth
> widthLeft)
184
widthLeft -= run.
IdealWidth
;
185
idealRunOffsetUnRounded += run.
IdealWidth
;
295
idealWidth += run.
IdealWidth
;
605
idealXRelativeToOrigin += run.
IdealWidth
;
664
if (idealAdvance <= run.
IdealWidth
)
669
idealAdvance -= run.
IdealWidth
;
1907
trailingSpaceWidth +=
IdealWidth
;
1960
return dcp <= 0 ? 0 :
IdealWidth
;
1999
while (dcp < Length && idealDistance >= (Tab ? (currentIdealAdvance =
IdealWidth
/ Length)