1 reference to MAXTILECOLUMNS
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4129
cColumns = (uint)(_columnHeaders is not null ? Math.Min(
MAXTILECOLUMNS
, _columnHeaders.Length) : 0),