15 references to PropCellValue
System.Windows.Forms (15)
winforms\Managed\System\WinForms\DataGridViewCell.cs (8)
444return this.Properties.ContainsObject(PropCellValue) && this.Properties.GetObject(PropCellValue) != null; 2686return this.Properties.GetObject(PropCellValue); 2697return this.Properties.GetObject(PropCellValue); 4628if (value != null || this.Properties.ContainsObject(PropCellValue)) 4630this.Properties.SetObject(PropCellValue, value); 4669if (value != null || this.Properties.ContainsObject(PropCellValue)) 4671this.Properties.SetObject(PropCellValue, value);
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (3)
67return this.Properties.ContainsObject(PropCellValue); 722return this.Properties.GetObject(PropCellValue); 1208this.Properties.SetObject(PropCellValue, value);
winforms\Managed\System\WinForms\DataGridViewHeaderCell.cs (1)
525return this.Properties.GetObject(PropCellValue);
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (3)
706return this.Properties.GetObject(PropCellValue); 1151if (value != null || this.Properties.ContainsObject(PropCellValue)) 1153this.Properties.SetObject(PropCellValue, value);