6 references to CalculateColumnCount
PresentationFramework (6)
MS\Internal\PtsHost\FigureHelper.cs (1)
243
cColumns = PtsHelper.
CalculateColumnCount
(columnProperties, lineHeight, pageWidth, pageFontSize, pageFontFamily, true);
MS\Internal\PtsHost\PtsHelper.cs (1)
773
int ccol = PtsHelper.
CalculateColumnCount
(columnProperties, lineHeight, pageMarginWidth, pageFontSize, pageFontFamily, true);
MS\Internal\PtsHost\Section.cs (1)
224
ccol = PtsHelper.
CalculateColumnCount
(columnProperties, lineHeight, pageSize.Width - (pageMargin.Left + pageMargin.Right), pageFontSize, pageFontFamily, enableColumns);
MS\Internal\PtsHost\SubpageParagraph.cs (3)
209
cColumns = PtsHelper.
CalculateColumnCount
(columnProperties, lineHeight, TextDpi.FromTextDpi(subpageWidth), pageFontSize, pageFontFamily, false);
383
cColumns = PtsHelper.
CalculateColumnCount
(columnProperties, lineHeight, TextDpi.FromTextDpi(subpageWidth), pageFontSize, pageFontFamily, false);
543
cColumns = PtsHelper.
CalculateColumnCount
(columnProperties, lineHeight, TextDpi.FromTextDpi(subpageWidth), pageFontSize, pageFontFamily, false);