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