2 writes to IdealWidth
PresentationCore (2)
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
1634
run.
IdealWidth
= run.NominalAdvances[0] = idealNextTabStopUnRounded - idealRunOffsetUnRounded;
1701
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
;
608
idealXRelativeToOrigin += run.
IdealWidth
;
670
if (idealAdvance <= run.
IdealWidth
)
675
idealAdvance -= run.
IdealWidth
;
1913
trailingSpaceWidth +=
IdealWidth
;
1966
return dcp <= 0 ? 0 :
IdealWidth
;
2005
while (dcp < Length && idealDistance >= (Tab ? (currentIdealAdvance =
IdealWidth
/ Length)