5 references to AllCellsExceptHeader
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
889case DataGridViewAutoSizeColumnsMode.AllCellsExceptHeader:
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (1)
877DataGridViewAutoSizeColumnsMode.AllCellsExceptHeader => DataGridViewAutoSizeColumnMode.AllCellsExceptHeader,
System.Windows.Forms.Tests (3)
System\Windows\Forms\DataGridViewColumnTests.cs (3)
1213AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.AllCellsExceptHeader 1371[InlineData(DataGridViewAutoSizeColumnsMode.AllCellsExceptHeader, DataGridViewAutoSizeColumnMode.AllCellsExceptHeader)] 1614AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.AllCellsExceptHeader