3 writes to Description
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (1)
218dataGridViewCell.Description = Description;
System\Windows\Forms\Controls\DataGridView\DataGridViewImageColumn.cs (2)
87ImageCellTemplate.Description = value; 100dataGridViewCell.Description = value;
4 references to Description
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (2)
218dataGridViewCell.Description = Description; 360return Description;
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.DataGridViewImageCellAccessibleObject.cs (1)
19public override string? Description => Owner is DataGridViewImageCell imageCell ? imageCell.Description : null;
System\Windows\Forms\Controls\DataGridView\DataGridViewImageColumn.cs (1)
77return ImageCellTemplate.Description;