7 references to ImageCellTemplate
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewImageColumn.cs (7)
105return this.ImageCellTemplate.Description; 113this.ImageCellTemplate.Description = value; 196DataGridViewImageCellLayout imageLayout = this.ImageCellTemplate.ImageLayout; 207this.ImageCellTemplate.ImageLayout = value; 236if (this.ImageCellTemplate == null) 240return this.ImageCellTemplate.ValueIsIcon; 246this.ImageCellTemplate.ValueIsIconInternal = value;