2 writes to selectionMode
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridView.cs (2)
483this.selectionMode = defaultSelectionMode; 4761this.selectionMode = value;
1 reference to selectionMode
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridView.cs (1)
4737return this.selectionMode;