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