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