4 references to TableCollectionCountNeedNonNegNum
PresentationFramework (4)
MS\Internal\Documents\TableColumnCollectionInternal.cs (1)
275
throw new ArgumentOutOfRangeException(SR.
TableCollectionCountNeedNonNegNum
);
MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
225
throw new ArgumentOutOfRangeException(SR.
TableCollectionCountNeedNonNegNum
);
System\Windows\Controls\ColumnDefinition.cs (1)
309
throw new ArgumentOutOfRangeException(SR.
TableCollectionCountNeedNonNegNum
);
System\Windows\Controls\RowDefinition.cs (1)
304
throw new ArgumentOutOfRangeException(SR.
TableCollectionCountNeedNonNegNum
);