2 references to DataGridViewBand_MinimumHeightSmallerThanOne
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (1)
359
throw new ArgumentOutOfRangeException(nameof(value), value, string.Format(SR.
DataGridViewBand_MinimumHeightSmallerThanOne
, MinBandThickness));
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeightInfoNeededEventArgs.cs (1)
43
throw new ArgumentOutOfRangeException(nameof(value), value, string.Format(SR.
DataGridViewBand_MinimumHeightSmallerThanOne
, DataGridViewBand.MinBandThickness));