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