7 references to FormatWidth
PresentationCore (7)
MS\Internal\TextFormatting\FullTextLine.cs (1)
110
fullText.
FormatWidth
,
MS\Internal\TextFormatting\LineServicesCallbacks.cs (6)
380
&& settings.MaxLineWidth < FullText.
FormatWidth
)
383
lsLineProps.durRightBreak = lsLineProps.durRightJustify = (FullText.
FormatWidth
- settings.MaxLineWidth);
1990
pplsAdjustRight[2][i] = FullText.
FormatWidth
;
2000
pplsAdjustRight[2][i] = FullText.
FormatWidth
;
2256
pplsExpansionRight[2][igi + i] = FullText.
FormatWidth
;
2262
pplsExpansionRight[2][igi + i] = FullText.
FormatWidth
;