45 references to HasDefaultCellStyle
System.Windows.Forms (11)
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (3)
99if (HasDefaultCellStyle) 738if (HasDefaultCellStyle) 845if (HasDefaultCellStyle)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonColumn.cs (1)
207if (!HasDefaultCellStyle)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
1926if (DataGridView.Rows.SharedRow(rowIndex).HasDefaultCellStyle) 1933if (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) 431if (HasDefaultCellStyle)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageColumn.cs (1)
265if (!HasDefaultCellStyle)
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (1)
800if (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)
28Assert.True(column.HasDefaultCellStyle); 79Assert.True(column.HasDefaultCellStyle); 755Assert.True(column.HasDefaultCellStyle); 760Assert.True(column.HasDefaultCellStyle); 778Assert.True(column.HasDefaultCellStyle); 783Assert.True(column.HasDefaultCellStyle); 800Assert.True(column.HasDefaultCellStyle); 806Assert.True(column.HasDefaultCellStyle); 829Assert.True(column.HasDefaultCellStyle); 835Assert.True(column.HasDefaultCellStyle); 867Assert.True(column.HasDefaultCellStyle); 873Assert.True(column.HasDefaultCellStyle); 883Assert.True(column.HasDefaultCellStyle); 889Assert.True(column.HasDefaultCellStyle); 895Assert.True(column.HasDefaultCellStyle); 901Assert.True(column.HasDefaultCellStyle); 908Assert.True(column.HasDefaultCellStyle);
System\Windows\Forms\DataGridViewRowTests.cs (16)
28Assert.True(row.HasDefaultCellStyle); 405Assert.True(row.HasDefaultCellStyle); 410Assert.True(row.HasDefaultCellStyle); 428Assert.True(row.HasDefaultCellStyle); 433Assert.True(row.HasDefaultCellStyle); 449Assert.True(row.HasDefaultCellStyle); 455Assert.True(row.HasDefaultCellStyle); 477Assert.True(row.HasDefaultCellStyle); 483Assert.True(row.HasDefaultCellStyle); 514Assert.True(row.HasDefaultCellStyle); 520Assert.True(row.HasDefaultCellStyle); 530Assert.True(row.HasDefaultCellStyle); 536Assert.True(row.HasDefaultCellStyle); 542Assert.True(row.HasDefaultCellStyle); 548Assert.True(row.HasDefaultCellStyle); 555Assert.True(row.HasDefaultCellStyle);