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