7 references to FormatWidth
PresentationCore (7)
MS\Internal\TextFormatting\FullTextLine.cs (1)
111
fullText.
FormatWidth
,
MS\Internal\TextFormatting\LineServicesCallbacks.cs (6)
381
&& settings.MaxLineWidth < FullText.
FormatWidth
)
384
lsLineProps.durRightBreak = lsLineProps.durRightJustify = (FullText.
FormatWidth
- settings.MaxLineWidth);
1991
pplsAdjustRight[2][i] = FullText.
FormatWidth
;
2001
pplsAdjustRight[2][i] = FullText.
FormatWidth
;
2257
pplsExpansionRight[2][igi + i] = FullText.
FormatWidth
;
2263
pplsExpansionRight[2][igi + i] = FullText.
FormatWidth
;