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