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