4 references to GridCollection_DestArrayInvalidLowerBound
PresentationFramework (4)
System\Windows\Controls\ColumnDefinition.cs (2)
82throw new ArgumentOutOfRangeException(SR.Format(SR.GridCollection_DestArrayInvalidLowerBound, "index")); 104throw new ArgumentOutOfRangeException(SR.Format(SR.GridCollection_DestArrayInvalidLowerBound, "index"));
System\Windows\Controls\RowDefinition.cs (2)
77throw new ArgumentOutOfRangeException(SR.Format(SR.GridCollection_DestArrayInvalidLowerBound, "index")); 99throw new ArgumentOutOfRangeException(SR.Format(SR.GridCollection_DestArrayInvalidLowerBound, "index"));