1 write to ValueIsIcon
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
272this.ValueIsIcon = (value != null && defaultTypeIcon.IsAssignableFrom(value));
8 references to ValueIsIcon
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (6)
134if (this.ValueIsIcon) 200if (this.ValueIsIcon != value) 222if (this.ValueIsIcon != value) 260if (this.ValueIsIcon) 293dataGridViewCell.ValueIsIconInternal = this.ValueIsIcon; 441if (this.ValueIsIcon)
winforms\Managed\System\WinForms\DataGridViewImageColumn.cs (2)
240return this.ImageCellTemplate.ValueIsIcon; 319if (templateCell.ValueIsIcon)