3 references to DataGridView_WeightSumCannotExceedLongMaxValue
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
10781
throw new InvalidOperationException(string.Format(SR.
DataGridView_WeightSumCannotExceedLongMaxValue
, ushort.MaxValue));
10913
throw new InvalidOperationException(string.Format(SR.
DataGridView_WeightSumCannotExceedLongMaxValue
, ushort.MaxValue));
13531
throw new InvalidOperationException(string.Format(SR.
DataGridView_WeightSumCannotExceedLongMaxValue
, ushort.MaxValue));