4 references to MaxWidth
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (1)
787StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(lWidth), TextDpi.MaxWidth),
src\Framework\MS\Internal\PtsHost\SubpageParagraph.cs (2)
422StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(subpageWidth), TextDpi.MaxWidth), 589StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(subpageWidth), TextDpi.MaxWidth),
src\Framework\MS\Internal\Text\DynamicPropertyReader.cs (1)
220return Math.Max(TextDpi.MinWidth, Math.Min(TextDpi.MaxWidth, lineHeight));