5 writes to name
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (5)
74this.name = String.Empty; 858this.name = this.Site.Name; 868this.name = string.Empty; 872this.name = value; 1117dataGridViewColumn.name = this.Name;
3 references to name
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (3)
861return name; 865string oldName = this.name; 875if (this.DataGridView != null && !string.Equals(this.name, oldName,StringComparison.Ordinal))