15 references to MaxPageSize
PresentationFramework (15)
System\Windows\Documents\Block.cs (1)
530double maxThickness = Math.Min(1000000, PTS.MaxPageSize);
System\Windows\Documents\Figure.cs (1)
297double maxOffset = Math.Min(1000000, PTS.MaxPageSize);
System\Windows\Documents\Floater.cs (1)
131double maxWidth = Math.Min(1000000, PTS.MaxPageSize);
System\Windows\Documents\FlowDocument.cs (5)
1516double maxSize = Math.Min(1000000, PTS.MaxPageSize); 1531double maxSize = Math.Min(1000000, PTS.MaxPageSize); 1546double maxSize = Math.Min(1000000, PTS.MaxPageSize); 1567double maxRuleWidth = Math.Min(1000000, PTS.MaxPageSize); 1578double maxGap = Math.Min(1000000, PTS.MaxPageSize);
System\Windows\Documents\List.cs (1)
326double maxOffset = Math.Min(1000000, PTS.MaxPageSize);
System\Windows\Documents\Paragraph.cs (1)
302double maxIndent = Math.Min(1000000, PTS.MaxPageSize);
System\Windows\Documents\Table.cs (1)
366double maxSpacing = Math.Min(1000000, PTS.MaxPageSize);
System\Windows\Documents\TableColumn.cs (1)
196double maxPixel = Math.Min(1000000, PTS.MaxPageSize);
System\Windows\Documents\TextRangeEdit.cs (2)
2345new DoublePropertyRange (Paragraph.TextIndentProperty, -Math.Min(1000000, PTS.MaxPageSize), Math.Min(1000000, PTS.MaxPageSize))
System\Windows\FigureLength.cs (1)
99double maxPixel = Math.Min(1000000, PTS.MaxPageSize);