7 references to FormatWidth
PresentationCore (7)
MS\Internal\TextFormatting\FullTextLine.cs (1)
126
fullText.
FormatWidth
,
MS\Internal\TextFormatting\LineServicesCallbacks.cs (6)
411
&& settings.MaxLineWidth < FullText.
FormatWidth
)
414
lsLineProps.durRightBreak = lsLineProps.durRightJustify = (FullText.
FormatWidth
- settings.MaxLineWidth);
2019
pplsAdjustRight[2][i] = FullText.
FormatWidth
;
2029
pplsAdjustRight[2][i] = FullText.
FormatWidth
;
2285
pplsExpansionRight[2][igi + i] = FullText.
FormatWidth
;
2291
pplsExpansionRight[2][igi + i] = FullText.
FormatWidth
;