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