3 writes to Description
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
294dataGridViewCell.Description = this.Description;
winforms\Managed\System\WinForms\DataGridViewImageColumn.cs (2)
113this.ImageCellTemplate.Description = value; 124dataGridViewCell.Description = value;
4 references to Description
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (3)
294dataGridViewCell.Description = this.Description; 433return this.Description; 1012return imageCell.Description;
winforms\Managed\System\WinForms\DataGridViewImageColumn.cs (1)
105return this.ImageCellTemplate.Description;