5 references to Restrictions
PresentationFramework (5)
MS\Internal\PtsHost\PtsHelper.cs (1)
838return Math.Max(1, Math.Min(PTS.Restrictions.tscColumnRestriction-1, columns)); // at least 1 column is required
System\Windows\Documents\Paragraph.cs (2)
289const int maxLines = PTS.Restrictions.tscLineInParaRestriction; 296const int maxLines = PTS.Restrictions.tscLineInParaRestriction;
System\Windows\Documents\TableCell.cs (1)
571const int maxSpan = PTS.Restrictions.tscTableColumnsRestriction;
System\Windows\FigureLength.cs (1)
100double maxColumns = PTS.Restrictions.tscColumnRestriction;