5 writes to displayIndex
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (5)
76this.displayIndex = -1; 384this.displayIndex = value; 403this.displayIndex = value; 435this.displayIndex = value; 1118dataGridViewColumn.displayIndex = -1;
2 references to displayIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (2)
362return this.displayIndex; 366if (this.displayIndex != value)