4 references to MaxWidth
PresentationFramework (4)
MS\Internal\PtsHost\FloaterParagraph.cs (1)
753StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(lWidth), TextDpi.MaxWidth),
MS\Internal\PtsHost\SubpageParagraph.cs (2)
392StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(subpageWidth), TextDpi.MaxWidth), 550StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(subpageWidth), TextDpi.MaxWidth),
MS\Internal\Text\DynamicPropertyReader.cs (1)
211return Math.Max(TextDpi.MinWidth, Math.Min(TextDpi.MaxWidth, lineHeight));