11 references to HasDefaultCellStyle
System.Windows.Forms (11)
winforms\Managed\System\WinForms\DataGridViewBand.cs (3)
140if (this.HasDefaultCellStyle) 917if (this.HasDefaultCellStyle) 1019if (this.HasDefaultCellStyle)
winforms\Managed\System\WinForms\DataGridViewButtonColumn.cs (1)
226if (!this.HasDefaultCellStyle)
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
2195if (this.DataGridView.Rows.SharedRow(rowIndex).HasDefaultCellStyle) 2202if (this.owningColumn.HasDefaultCellStyle)
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (1)
331if (!this.HasDefaultCellStyle)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (2)
307if (!this.HasDefaultCellStyle) 621if (this.HasDefaultCellStyle)
winforms\Managed\System\WinForms\DataGridViewImageColumn.cs (1)
313if (!this.HasDefaultCellStyle)
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
876if (this.HasDefaultCellStyle)