45 references to HasDefaultCellStyle
System.Windows.Forms (11)
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (3)
97if (HasDefaultCellStyle) 733if (HasDefaultCellStyle) 840if (HasDefaultCellStyle)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonColumn.cs (1)
207if (!HasDefaultCellStyle)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
1912if (DataGridView.Rows.SharedRow(rowIndex).HasDefaultCellStyle) 1919if (OwningColumn is not null && OwningColumn.HasDefaultCellStyle)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxColumn.cs (1)
293if (!HasDefaultCellStyle)
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (2)
206if (!HasDefaultCellStyle) 430if (HasDefaultCellStyle)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageColumn.cs (1)
265if (!HasDefaultCellStyle)
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (1)
798if (HasDefaultCellStyle)
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
299if (srcColumn.HasDefaultCellStyle)
System.Windows.Forms.Tests (33)
System\Windows\Forms\DataGridViewColumnTests.cs (17)
30Assert.True(column.HasDefaultCellStyle); 81Assert.True(column.HasDefaultCellStyle); 757Assert.True(column.HasDefaultCellStyle); 762Assert.True(column.HasDefaultCellStyle); 780Assert.True(column.HasDefaultCellStyle); 785Assert.True(column.HasDefaultCellStyle); 802Assert.True(column.HasDefaultCellStyle); 808Assert.True(column.HasDefaultCellStyle); 831Assert.True(column.HasDefaultCellStyle); 837Assert.True(column.HasDefaultCellStyle); 869Assert.True(column.HasDefaultCellStyle); 875Assert.True(column.HasDefaultCellStyle); 885Assert.True(column.HasDefaultCellStyle); 891Assert.True(column.HasDefaultCellStyle); 897Assert.True(column.HasDefaultCellStyle); 903Assert.True(column.HasDefaultCellStyle); 910Assert.True(column.HasDefaultCellStyle);
System\Windows\Forms\DataGridViewRowTests.cs (16)
30Assert.True(row.HasDefaultCellStyle); 407Assert.True(row.HasDefaultCellStyle); 412Assert.True(row.HasDefaultCellStyle); 430Assert.True(row.HasDefaultCellStyle); 435Assert.True(row.HasDefaultCellStyle); 451Assert.True(row.HasDefaultCellStyle); 457Assert.True(row.HasDefaultCellStyle); 479Assert.True(row.HasDefaultCellStyle); 485Assert.True(row.HasDefaultCellStyle); 516Assert.True(row.HasDefaultCellStyle); 522Assert.True(row.HasDefaultCellStyle); 532Assert.True(row.HasDefaultCellStyle); 538Assert.True(row.HasDefaultCellStyle); 544Assert.True(row.HasDefaultCellStyle); 550Assert.True(row.HasDefaultCellStyle); 557Assert.True(row.HasDefaultCellStyle);