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