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