2 writes to IdealWidth
PresentationCore (2)
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
1641
run.
IdealWidth
= run.NominalAdvances[0] = idealNextTabStopUnRounded - idealRunOffsetUnRounded;
1706
out run.
IdealWidth
13 references to IdealWidth
PresentationCore (13)
MS\Internal\TextFormatting\SimpleTextLine.cs (13)
137
else if(!run.EOT && run.
IdealWidth
<= widthLeft)
141
widthLeft -= run.
IdealWidth
;
142
idealRunOffsetUnRounded += run.
IdealWidth
;
172
if(!run.EOT && run.
IdealWidth
> widthLeft)
193
widthLeft -= run.
IdealWidth
;
194
idealRunOffsetUnRounded += run.
IdealWidth
;
304
idealWidth += run.
IdealWidth
;
617
idealXRelativeToOrigin += run.
IdealWidth
;
679
if (idealAdvance <= run.
IdealWidth
)
684
idealAdvance -= run.
IdealWidth
;
1918
trailingSpaceWidth +=
IdealWidth
;
1971
return dcp <= 0 ? 0 :
IdealWidth
;
2010
while (dcp < Length && idealDistance >= (Tab ? (currentIdealAdvance =
IdealWidth
/ Length)