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