6 references to CalculateColumnCount
PresentationFramework (6)
MS\Internal\PtsHost\FigureHelper.cs (1)
234
cColumns = PtsHelper.
CalculateColumnCount
(columnProperties, lineHeight, pageWidth, pageFontSize, pageFontFamily, true);
MS\Internal\PtsHost\PtsHelper.cs (1)
772
int ccol = PtsHelper.
CalculateColumnCount
(columnProperties, lineHeight, pageMarginWidth, pageFontSize, pageFontFamily, true);
MS\Internal\PtsHost\Section.cs (1)
223
ccol = PtsHelper.
CalculateColumnCount
(columnProperties, lineHeight, pageSize.Width - (pageMargin.Left + pageMargin.Right), pageFontSize, pageFontFamily, enableColumns);
MS\Internal\PtsHost\SubpageParagraph.cs (3)
198
cColumns = PtsHelper.
CalculateColumnCount
(columnProperties, lineHeight, TextDpi.FromTextDpi(subpageWidth), pageFontSize, pageFontFamily, false);
372
cColumns = PtsHelper.
CalculateColumnCount
(columnProperties, lineHeight, TextDpi.FromTextDpi(subpageWidth), pageFontSize, pageFontFamily, false);
532
cColumns = PtsHelper.
CalculateColumnCount
(columnProperties, lineHeight, TextDpi.FromTextDpi(subpageWidth), pageFontSize, pageFontFamily, false);