2 references to tscColumnRestriction
PresentationFramework (2)
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\FigureLength.cs (1)
103double maxColumns = PTS.Restrictions.tscColumnRestriction;