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