3 references to GetFiniteFormatWidth
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (2)
120int finiteFormatWidth = settings.GetFiniteFormatWidth(paragraphWidth); 800int finiteFormatWidth = _fullText.TextStore.Settings.GetFiniteFormatWidth(
Core\CSharp\System\Windows\Media\TextFormatting\TextParagraphCache.cs (1)
71_finiteFormatWidth = settings.GetFiniteFormatWidth(paragraphWidth);