14 references to Index
System.Windows.Forms (14)
winforms\Managed\System\WinForms\CurrencyManager.cs (3)
841if ((e.Index == listposition || (e.Index == -1 && Position < Count)) && !inChangeRecordState) 843Debug.WriteLineIf(CompModSwitches.DataView.TraceVerbose, "OnItemChanged(" + e.Index.ToString(CultureInfo.InvariantCulture) + ") " + e.ToString());
winforms\Managed\System\WinForms\DataGrid.cs (6)
3316Debug.WriteLineIf(CompModSwitches.DataGridCursor.TraceVerbose, "DataGridCursor: DataSource_ItemChanged at index " + ea.Index.ToString(CultureInfo.InvariantCulture)); 3319if (ea.Index == -1) 3337object errObj = this.listManager[ea.Index]; 3352InvalidateRow(ea.Index); 3357if (editColumn != null && ea.Index == currentRow) 3358editColumn.UpdateUI(this.ListManager, ea.Index, null);
winforms\Managed\System\WinForms\DataGridState.cs (1)
137if (this.DataGrid != null && this.ListManager.Position == e.Index) {
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
469if (e.Index == -1 && errorManager.Count == 0) {
winforms\Managed\System\WinForms\ListControl.cs (3)
458if (e.Index == -1) { 465SetItemCore(e.Index, dataManager[e.Index]);