7 references to FormatWidth
PresentationCore (7)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
129
fullText.
FormatWidth
,
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (6)
443
&& settings.MaxLineWidth < FullText.
FormatWidth
)
446
lsLineProps.durRightBreak = lsLineProps.durRightJustify = (FullText.
FormatWidth
- settings.MaxLineWidth);
2150
pplsAdjustRight[2][i] = FullText.
FormatWidth
;
2160
pplsAdjustRight[2][i] = FullText.
FormatWidth
;
2434
pplsExpansionRight[2][igi + i] = FullText.
FormatWidth
;
2440
pplsExpansionRight[2][igi + i] = FullText.
FormatWidth
;