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