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